diff options
author | tdro <tdro@noreply.example.com> | 2022-05-04 19:43:41 -0400 |
---|---|---|
committer | tdro <tdro@noreply.example.com> | 2022-05-04 19:43:41 -0400 |
commit | f8d8a146c5b2d19cbfef8e329aeb4ad30456a0b5 (patch) | |
tree | 4a45b96b43f490c2f5930b7028ae03e65152b5b4 /config.json | |
parent | 1d6f7a9a84340f22d6286a945a3307f790397b39 (diff) | |
download | canory-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.json | 3 |
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'" ] } }, |