Skip to content

Commit 164c56e

Browse files
committed
took out default csp policy header
1 parent ce3738d commit 164c56e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

globals/secure.conf

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ add_header X-Permitted-Cross-Domain-Policies "master-only";
2222

2323
#### Content Security Policy
2424
#### http://tautt.com/best-nginx-configuration-for-security/
25-
add_header Content-Security-Policy
2625
add_header Content-Security-Policy "default-src 'self'";
2726
#### these can get very specific, options below. To really lock things down will take some time to get right
2827
#add_header Content-Security-Policy "default-src https: connect-src https: font-src https: data: frame-src https: img-src https: data: media-src https: object-src https: script-src 'unsafe-inline' 'unsafe-eval' https: style-src 'unsafe-inline' https:";

0 commit comments

Comments
 (0)