fix image preview

This commit is contained in:
Julian Freeman
2026-03-22 21:36:10 -04:00
parent 7afea3912c
commit e8c53dafc5

View File

@@ -18,7 +18,7 @@
}
],
"security": {
"csp": "default-src 'self'; img-src 'self' asset: https://asset.localhost tauri: http://localhost:*",
"csp": "default-src 'self'; img-src 'self' asset: http://asset.localhost tauri: http://localhost:* data:",
"assetProtocol": {
"enable": true,
"scope": ["**"]