Skip to content

Commit 594d0ff

Browse files
authored
fix: allow any http/https requests (#976)
1 parent 7b08a87 commit 594d0ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
],
8383
"security": {
8484
"csp": {
85-
"default-src": "'self' asset: http://127.0.0.1:* https://at.alicdn.com ipc: http://ipc.localhost http://asset.localhost blob: data:"
85+
"default-src": "'self' asset: http: https: ipc: blob: data:"
8686
},
8787
"dangerousDisableAssetCspModification": true,
8888
"assetProtocol": {

0 commit comments

Comments
 (0)