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 2a14580 commit 39f388eCopy full SHA for 39f388e
1 file changed
api.go
@@ -723,7 +723,7 @@ func (a *api) registerDocsRoute() {
723
"connect-src 'self'",
724
"form-action 'none'",
725
"frame-ancestors 'none'",
726
- "sandbox allow-same-origin allow-scripts allow-popups allow-popups-to-escape-sandbox",
+ "sandbox allow-same-origin allow-scripts allow-popups allow-popups-to-escape-sandbox allow-forms",
727
"script-src https://unpkg.com/swagger-ui-dist@5.31.1/swagger-ui-bundle.js 'sha256-gRya58TMnKTH/Tne/zBInjBwFUxL66aMDYvPuAX0lNY='",
728
"style-src https://unpkg.com/swagger-ui-dist@5.31.1/swagger-ui.css",
729
}
0 commit comments