From 81fd827e606bd0074b0b6fc582d93e4b13986320 Mon Sep 17 00:00:00 2001 From: mat ess Date: Sun, 14 Aug 2022 13:15:31 -0400 Subject: [PATCH] Disable Referer header --- static/Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/Caddyfile b/static/Caddyfile index 37b33b9..228b3d9 100644 --- a/static/Caddyfile +++ b/static/Caddyfile @@ -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