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 733744e commit 354a761Copy full SHA for 354a761
config/development/server.yaml
@@ -0,0 +1,13 @@
1
+headers:
2
+- for: /**
3
+ values:
4
+ Content-Security-Policy: script-src 'unsafe-inline' 'unsafe-eval' localhost:1313 https://code.jquery.com https://*.google.com http://*.google.com https://partner.googleadservices.com
5
+ Referrer-Policy: strict-origin-when-cross-origin
6
+ X-Content-Type-Options: nosniff
7
+ X-Frame-Options: DENY
8
+ X-XSS-Protection: 1; mode=block
9
+
10
+redirects:
11
+- from: /**
12
+ status: 404
13
+ to: /404.html
0 commit comments