* ADD: initial commit
This commit is contained in:
6
libre-nginx/rootfs/etc/nginx/conf/headers_params
Normal file
6
libre-nginx/rootfs/etc/nginx/conf/headers_params
Normal file
@@ -0,0 +1,6 @@
|
||||
add_header X-Frame-Options SAMEORIGIN;
|
||||
add_header X-Content-Type-Options nosniff;
|
||||
add_header X-XSS-Protection "1; mode=block";
|
||||
add_header Content-Security-Policy "default-src 'self'; script-src 'none'; img-src 'self'; style-src 'self'; font-src 'self'; frame-src 'none'; object-src 'none'; frame-ancestors 'self'; base-uri 'none'; form-action 'none'";
|
||||
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload";
|
||||
add_header 'Referrer-Policy' 'strict-origin';
|
||||
Reference in New Issue
Block a user