feat: allow blob as connect-src in default CSP

This commit is contained in:
Benedikt Kulmann committed 2024-09-09 06:49:13 +02:00
1 parent a94e08d875
commit 2f1343922d
1 file changed
+5
@@ -0,0 +1,5 @@
Enhancement: Allow blob as connect-src in default CSP
We added 'blob:' to the default connect-src items in the default CSP rules.
https://github.com/owncloud/ocis/pull/9993