From ad9d53600a2ae61473506772af28a49e53c16081 Mon Sep 17 00:00:00 2001 From: tdro Date: Tue, 17 May 2022 05:18:17 -0400 Subject: config: Default to no referrer policy --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.json') diff --git a/config.json b/config.json index e523e53..0a0b91f 100644 --- a/config.json +++ b/config.json @@ -100,7 +100,7 @@ }, "csp": { "upgrade": false, - "referrer": "origin", + "referrer": "no-referrer", "childsrc": [ "'self'" ], -- cgit v1.2.3