We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20817e1 commit c3f0681Copy full SHA for c3f0681
site/hugo.yaml
@@ -252,10 +252,3 @@ privacy:
252
youtube:
253
privacyEnhanced: true
254
255
-server:
256
- headers:
257
- for: /**
258
- values:
259
- Content-Security-Policy: >2
260
- script-src 'self' https://cdn.jsdelivr.net 'unsafe-inline' 'unsafe-eval' https://analytics.apache.org/ https://cdn.jsdelivr.net
261
-
site/layouts/shortcodes/redoc-polaris.html
@@ -115,4 +115,5 @@
115
<!--
116
Link to Redoc JavaScript on CDN for rendering standalone element
117
-->
118
-<script src="https://cdn.jsdelivr.net/npm/redoc@latest/bundles/redoc.standalone.js"></script>
+
119
+<meta http-equiv="refresh" content="0; url=http://editor.swagger.io/?url={{ $url }}" />
0 commit comments