mirror of
https://github.com/elyby/accounts.git
synced 2024-11-08 13:42:30 +05:30
Add CSP header
This commit is contained in:
parent
9eea03df73
commit
9f645d0934
@ -10,6 +10,7 @@ server {
|
|||||||
add_header X-Frame-Options "sameorigin" always;
|
add_header X-Frame-Options "sameorigin" always;
|
||||||
add_header X-XSS-Protection "1; mode=block" always;
|
add_header X-XSS-Protection "1; mode=block" always;
|
||||||
add_header X-Content-Type-Options "nosniff" always;
|
add_header X-Content-Type-Options "nosniff" always;
|
||||||
|
add_header Content-Security-Policy "default-src 'none';style-src 'self' 'unsafe-inline';script-src 'self' 'unsafe-inline' https://www.google-analytics.com https://recaptcha.net/recaptcha/ https://www.gstatic.com/recaptcha/ https://www.gstatic.cn/recaptcha/;img-src 'self' data: www.google-analytics.com;font-src 'self' data:;connect-src 'self' https://sentry.io https://sentry.ely.by;frame-src https://www.google.com/recaptcha/ https://recaptcha.net/recaptcha/";
|
||||||
|
|
||||||
# You can uncomment the next lines to enable debug mode
|
# You can uncomment the next lines to enable debug mode
|
||||||
# rewrite_log on;
|
# rewrite_log on;
|
||||||
|
Loading…
Reference in New Issue
Block a user