From ad28175287c1a5df9b715c0755ed040985314960 Mon Sep 17 00:00:00 2001 From: vnugent Date: Fri, 22 Dec 2023 01:30:01 -0500 Subject: integrate big package updates prep for release --- ci/config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/config/config.json') 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 -- cgit