nginx_site: Add more strict headers to collab
This commit is contained in:
parent
50f02e85ac
commit
583b106d39
1 changed files with 5 additions and 0 deletions
|
@ -1 +1,6 @@
|
|||
client_max_body_size 50m;
|
||||
|
||||
add_header Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'";
|
||||
add_header Referrer-Policy "no-referrer";
|
||||
add_header X-Content-Type-Options "nosniff";
|
||||
add_header X-XSS-Protection "1; mode=block";
|
||||
|
|
Loading…
Add table
Reference in a new issue