aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-04 19:43:41 -0400
committertdro <tdro@noreply.example.com>2022-05-04 19:43:41 -0400
commitf8d8a146c5b2d19cbfef8e329aeb4ad30456a0b5 (patch)
tree4a45b96b43f490c2f5930b7028ae03e65152b5b4 /config.json
parent1d6f7a9a84340f22d6286a945a3307f790397b39 (diff)
downloadcanory-f8d8a146c5b2d19cbfef8e329aeb4ad30456a0b5.tar.gz
canory-f8d8a146c5b2d19cbfef8e329aeb4ad30456a0b5.tar.bz2
canory-f8d8a146c5b2d19cbfef8e329aeb4ad30456a0b5.zip
themes/default/layouts/partials/csp: Add connect-src
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 9189bde..357c47b 100644
--- a/config.json
+++ b/config.json
@@ -142,6 +142,9 @@
"'self'",
"'unsafe-inline'",
"http://preview.test"
+ ],
+ "connectsrc": [
+ "'self'"
]
}
},