We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7819409 commit 0c6d43dCopy full SHA for 0c6d43d
app.yaml
@@ -24,7 +24,7 @@ handlers:
24
expiration: 0s
25
secure: always
26
http_headers:
27
- Content-Security-Policy: "base-uri 'self'; object-src 'none'; script-src 'self' https://fast.appcues.com https://us.jsagent.tcell.insight.rapid7.com https://cdnjs.cloudflare.com; style-src * 'unsafe-inline'"
+ Content-Security-Policy: "base-uri 'self'; object-src 'none'; script-src 'self' 'unsafe-eval' https://fast.appcues.com https://us.jsagent.tcell.insight.rapid7.com https://cdnjs.cloudflare.com; style-src * 'unsafe-inline'"
28
X-Frame-Options: "SAMEORIGIN"
29
Strict-Transport-Security: "max-age=31536000; includeSubdomains; preload"
30
X-Content-Type-Options: "nosniff"
0 commit comments