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