mirror of
https://github.com/CPunch/openpunk-ansible.git
synced 2024-11-22 07:20:05 +00:00
privacy: set Referrer-Policy: no-referrer
- prevents third parties i link to from knowing you came from my site
This commit is contained in:
parent
2f83076df6
commit
cad90e7c89
@ -7,6 +7,7 @@ server {
|
|||||||
|
|
||||||
location / {
|
location / {
|
||||||
add_header Permissions-Policy interest-cohort=();
|
add_header Permissions-Policy interest-cohort=();
|
||||||
|
add_header Referrer-Policy: "no-referrer";
|
||||||
try_files $uri $uri/ =404;
|
try_files $uri $uri/ =404;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user