fix missing styles and images
This commit is contained in:
parent
3e5b30ff5a
commit
cb84ace3cf
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
"enable": true,
|
||||
"scope": ["*/**"]
|
||||
},
|
||||
"csp": "default-src 'self'; img-src 'self' asset: https://asset.localhost"
|
||||
"csp": "default-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' asset: https://asset.localhost blob: data:"
|
||||
}
|
||||
},
|
||||
"bundle": {
|
||||
|
|
Loading…
Add table
Reference in a new issue