diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2021-03-13 10:54:02 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-13 10:54:02 +0900 |
| commit | 1a841b101e32179a858496b82602ccea92e04522 (patch) | |
| tree | ffa1ef27e11733820034ce855f1ada528d422ac1 | |
| parent | Delete .autogen directory (diff) | |
| download | sharkey-1a841b101e32179a858496b82602ccea92e04522.tar.gz sharkey-1a841b101e32179a858496b82602ccea92e04522.tar.bz2 sharkey-1a841b101e32179a858496b82602ccea92e04522.zip | |
Use integrity for scripts hosted on the CDN (#7335)
* Use integrity for scripts hosted on the CDN
* 2.0.0-rc.50
| -rw-r--r-- | assets/redoc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/redoc.html b/assets/redoc.html index 4d2360fb20..9ee5a95c05 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> |