Skip to content

Commit ad86fc8

Browse files
committed
fix: remove CSP rules
1 parent 728eeae commit ad86fc8

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src-tauri/tauri.conf.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,7 @@
2020
}
2121
],
2222
"security": {
23-
"csp": {
24-
"default-src": [
25-
"self",
26-
"https://waspscripts.dev",
27-
"https://db.waspscripts.dev",
28-
"ws://db.waspscripts.dev",
29-
"wss://db.waspscripts.dev"
30-
]
31-
}
23+
"csp": null
3224
}
3325
},
3426
"bundle": {

0 commit comments

Comments
 (0)