mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(reverse-proxy): ♻ loosen referrer policy
This commit is contained in:
parent
613b204c44
commit
d132e37017
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
add_header Referrer-Policy "no-referrer" always;
|
||||
add_header Referrer-Policy "no-referrer-when-downgrade" always;
|
||||
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" always;
|
||||
add_header X-Content-Type-Options "nosniff" always;
|
||||
add_header X-Frame-Options "SAMEORIGIN" always;
|
||||
|
|
|
|||
Loading…
Reference in a new issue