mirror of
https://github.com/readest/readest.git
synced 2026-04-29 12:00:49 +00:00
Fix background image color and font server csp
This commit is contained in:
parent
5a521b6e6f
commit
902a230095
2 changed files with 8 additions and 9 deletions
|
|
@ -13,7 +13,7 @@
|
|||
"windows": [],
|
||||
"security": {
|
||||
"csp": {
|
||||
"default-src": "'self' 'unsafe-inline' blob: customprotocol: asset: http://asset.localhost ipc: http://ipc.localhost https://fonts.gstatic.com",
|
||||
"default-src": "'self' 'unsafe-inline' blob: customprotocol: asset: http://asset.localhost ipc: http://ipc.localhost https://fonts.gstatic.com https://db.onlinewebfonts.com",
|
||||
"connect-src": "'self' blob: asset: http://asset.localhost ipc: http://ipc.localhost https://*.sentry.io https://*.posthog.com https://*.deepl.com https://*.wikipedia.org https://*.wiktionary.org",
|
||||
"img-src": "'self' blob: data: asset: http://asset.localhost",
|
||||
"style-src": "'self' 'unsafe-inline' blob: asset: http://asset.localhost",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue