aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-10-06 16:53:02 -0400
committertdro <tdro@noreply.example.com>2022-10-06 16:53:02 -0400
commit2f18bda0de5f3ba1d75d601fcc536515995a4327 (patch)
tree48dbcbf7b50e23b01ae6ff40b75e04745541361b /config.json
parent5d1753b7c6d60c5eb981a702c8dd73837dbcccee (diff)
downloadcanory-2f18bda0de5f3ba1d75d601fcc536515995a4327.tar.gz
canory-2f18bda0de5f3ba1d75d601fcc536515995a4327.tar.bz2
canory-2f18bda0de5f3ba1d75d601fcc536515995a4327.zip
config: Add base-uri content security0.11.2
See previous commit for configuration change.
Diffstat (limited to 'config.json')
-rw-r--r--config.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.json b/config.json
index 43ec38f..8959411 100644
--- a/config.json
+++ b/config.json
@@ -108,6 +108,9 @@
},
"csp": {
"block-all-mixed-content": "",
+ "base-uri": [
+ "'self'"
+ ],
"child-src": [
"'self'"
],