This commit is contained in:
root 2025-07-11 18:26:07 +08:00
parent 0036200d1f
commit 5b32c5749a
1 changed files with 1 additions and 3 deletions

View File

@ -28,9 +28,7 @@
"csp": "default-src 'self'; img-src 'self' asset: data: http://asset.localhost; media-src 'self' asset: http://asset.localhost; video-src 'self' asset: http://asset.localhost; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; connect-src 'self' ipc: http://ipc.localhost", "csp": "default-src 'self'; img-src 'self' asset: data: http://asset.localhost; media-src 'self' asset: http://asset.localhost; video-src 'self' asset: http://asset.localhost; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; connect-src 'self' ipc: http://ipc.localhost",
"assetProtocol": { "assetProtocol": {
"enable": true, "enable": true,
"scope": [ "scope": []
"**"
]
}, },
"freezePrototype": true "freezePrototype": true
} }