aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-17 05:18:17 -0400
committertdro <tdro@noreply.example.com>2022-05-17 05:18:17 -0400
commitad9d53600a2ae61473506772af28a49e53c16081 (patch)
tree211bb92fb11e3f1452f0e04ae4d75eb33ea27d9b /config.json
parent0a44c68e19c30b98101f9e63b214501f5b58132f (diff)
downloadcanory-ad9d53600a2ae61473506772af28a49e53c16081.tar.gz
canory-ad9d53600a2ae61473506772af28a49e53c16081.tar.bz2
canory-ad9d53600a2ae61473506772af28a49e53c16081.zip
config: Default to no referrer policy
Diffstat (limited to 'config.json')
-rw-r--r--config.json2
1 files changed, 1 insertions, 1 deletions
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'"
],