Disable Referer header

main
mat ess 2022-08-14 13:15:31 -04:00
parent 005657e7e7
commit 81fd827e60
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ http://static-mat-services.fly.dev/ {
# clickjacking protection
X-Frame-Options DENY
# keep referrer data off of HTTP connections
Referrer-Policy strict-origin-when-cross-origin
Referrer-Policy no-referrer
# content security policy
# style-src 'unsafe-inline': syntax highlighting in codefences
# sandbox allow-popups: enable target="_blank" links to open in new tabs