aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-12-22 01:30:01 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-12-22 01:30:01 -0500
commitad28175287c1a5df9b715c0755ed040985314960 (patch)
tree8d93b67e277ef8ab26c02c44e62b06c58eaae8c0 /ci
parentaf67dab96747c7d83380e67de91dd25f46e9681f (diff)
integrate big package updates prep for release
Diffstat (limited to 'ci')
-rw-r--r--ci/config/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/config/config.json b/ci/config/config.json
index 037c1a5..ac83b0c 100644
--- a/ci/config/config.json
+++ b/ci/config/config.json
@@ -78,7 +78,7 @@
"X-Content-Type-Options": "nosniff",
"X-Xss-Protection": "1; mode=block",
"X-Frame-Options": "DENY",
- "Content-Security-Policy": "default-src 'self' https://cdn.ckeditor.com 'unsafe-inline'; frame-src 'none'; object-src 'none'; referrer no-referrer-when-downgrade; upgrade-insecure-requests; block-all-mixed-content;"
+ "Content-Security-Policy": "default-src 'self' https://cdn.ckeditor.com 'unsafe-inline'; img-src 'self' blob: data:; frame-src 'none'; object-src 'none'; referrer no-referrer-when-downgrade; upgrade-insecure-requests; block-all-mixed-content;"
},
//Enables cors support for all endpoints and header controls, if false, all endpoints that are send CORS request headers will be forbidden