From 1a841b101e32179a858496b82602ccea92e04522 Mon Sep 17 00:00:00 2001
From: MeiMei <30769358+mei23@users.noreply.github.com>
Date: Sat, 13 Mar 2021 10:54:02 +0900
Subject: [PATCH] Use integrity for scripts hosted on the CDN (#7335)

* Use integrity for scripts hosted on the CDN

* 2.0.0-rc.50
---
 assets/redoc.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assets/redoc.html b/assets/redoc.html
index 4d2360fb2..9ee5a95c0 100644
--- a/assets/redoc.html
+++ b/assets/redoc.html
@@ -19,6 +19,6 @@
 	</head>
 	<body>
 		<redoc spec-url="/api.json" expand-responses="200" expand-single-schema-field="true"></redoc>
-		<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
+		<script src="https://cdn.jsdelivr.net/npm/redoc@2.0.0-rc.50/bundles/redoc.standalone.js" integrity="sha256-WJbngBWN9vp6vkEuzeoSj5tE5saW9Hfj6/SinkzhL2s=" crossorigin="anonymous"></script>
 	</body>
 </html>