We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce3738d commit 164c56eCopy full SHA for 164c56e
globals/secure.conf
@@ -22,7 +22,6 @@ add_header X-Permitted-Cross-Domain-Policies "master-only";
22
23
#### Content Security Policy
24
#### http://tautt.com/best-nginx-configuration-for-security/
25
-add_header Content-Security-Policy
26
add_header Content-Security-Policy "default-src 'self'";
27
#### these can get very specific, options below. To really lock things down will take some time to get right
28
#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