1
0
mirror of https://github.com/ONLYOFFICE/DocSpace-buildtools.git synced 2025-04-18 13:44:02 +03:00

Config: fix csp

This commit is contained in:
Viktor Fomin 2024-11-26 17:59:06 +03:00
parent 89ce209358
commit 49a04b46e5

View File

@ -238,7 +238,7 @@
"csp": {
"default": {
"def": ["'self'", "data:"],
"script": ["'self'", "'unsafe-inline'", "'unsafe-eval'"],
"script": ["'self'", "'unsafe-inline'", "'unsafe-eval'", "blob:"],
"style": ["'self'", "'unsafe-inline'"],
"img": ["'self'", "data:", "blob:"],
"frame": ["'self'"],