mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(reverse-proxy): 🐛🚑 mv add_header back to location
This commit is contained in:
parent
219a79a0de
commit
e3152e6216
4 changed files with 5 additions and 6 deletions
4
reverse-proxy/loc-includes/security.conf
Normal file
4
reverse-proxy/loc-includes/security.conf
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
add_header X-Content-Type-Options "nosniff" always;
|
||||
add_header X-Frame-Options "SAMEORIGIN" always;
|
||||
add_header X-XSS-Protection "1; mode=block" always;
|
||||
add_header Referrer-Policy "no-referrer" always;
|
||||
|
|
@ -1,6 +1 @@
|
|||
server_tokens off;
|
||||
|
||||
add_header X-Content-Type-Options "nosniff" always;
|
||||
add_header X-Frame-Options "SAMEORIGIN" always;
|
||||
add_header X-XSS-Protection "1; mode=block" always;
|
||||
add_header Referrer-Policy "no-referrer" always;
|
||||
server_tokens off;
|
||||
Loading…
Reference in a new issue