Skip to content

Commit 354a761

Browse files
committed
Add config/development/server.yaml
File used in local development setup
1 parent 733744e commit 354a761

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

config/development/server.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)