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
1 changed files with 1 additions and 0 deletions

View File

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