fix: csp image data

This commit is contained in:
GyDi 2022-03-28 23:17:11 +08:00
parent cac1ce6895
commit 4bd94092f1
No known key found for this signature in database
GPG Key ID: 1C95E0D3467B3084

View File

@ -83,7 +83,7 @@
} }
], ],
"security": { "security": {
"csp": "script-src 'unsafe-eval' 'self'; default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self'; img-src 'self';" "csp": "script-src 'unsafe-eval' 'self'; default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self'; img-src data: 'self';"
} }
} }
} }