We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c593b07 commit ab5ca24Copy full SHA for ab5ca24
1 file changed
src-tauri/tauri.conf.json
@@ -81,7 +81,9 @@
81
}
82
],
83
"security": {
84
- "csp": "default-src blob: data: filesystem: ws: wss: http://127.0.0.1:* http://localhost:* 'unsafe-inline' 'unsafe-eval';",
+ "csp": {
85
+ "default-src": "'self' asset: http://127.0.0.1:* https://at.alicdn.com ipc: http://ipc.localhost http://asset.localhost blob: data:"
86
+ },
87
"dangerousDisableAssetCspModification": true,
88
"assetProtocol": {
89
"enable": true,
@@ -144,4 +146,4 @@
144
146
},
145
147
"os": {}
148
-}
149
+}
0 commit comments