feat: allow blob as connect-src in default CSP

This commit is contained in:
Benedikt Kulmann
2024-09-09 06:49:13 +02:00
parent a94e08d875
commit 2f1343922d

View File

@@ -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