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:
parent
89ce209358
commit
49a04b46e5
@ -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'"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user