1
0
mirror of https://github.com/CPunch/openpunk-ansible.git synced 2025-04-15 09:10:08 +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:
CPunch 2022-09-02 23:45:41 -05:00
parent 2f83076df6
commit cad90e7c89

@ -7,6 +7,7 @@ server {
location / {
add_header Permissions-Policy interest-cohort=();
add_header Referrer-Policy: "no-referrer";
try_files $uri $uri/ =404;
}
}