aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-06-18 18:32:33 -0400
committertdro <tdro@noreply.example.com>2023-06-18 18:32:33 -0400
commit23b45c260c734539c684df8b713c32dbea375532 (patch)
treeb33eebab9472e58726a11c8589708c300987c365 /config.json
parent01eecb13690abc5d41806d02e826406302f8a3e9 (diff)
downloadcanory-23b45c260c734539c684df8b713c32dbea375532.tar.gz
canory-23b45c260c734539c684df8b713c32dbea375532.tar.bz2
canory-23b45c260c734539c684df8b713c32dbea375532.zip
config: Remove deprecated content security policies
Diffstat (limited to 'config.json')
-rw-r--r--config.json9
1 files changed, 0 insertions, 9 deletions
diff --git a/config.json b/config.json
index df980d9..50bd995 100644
--- a/config.json
+++ b/config.json
@@ -96,9 +96,6 @@
"base-uri": [
"'self'"
],
- "child-src": [
- "'self'"
- ],
"connect-src": [
"'self'"
],
@@ -131,9 +128,6 @@
"object-src": [
"'self'"
],
- "prefetch-src": [
- "'self'"
- ],
"script-src-elem": [
"'self'"
],
@@ -144,9 +138,6 @@
"'self'",
"'unsafe-inline'",
"http://preview.test"
- ],
- "worker-src": [
- "'self'"
]
},
"search": {