removing security.csp from tauri.conf because it breaks releases

master
Niko PLP 9 months ago
parent 1b0ffa776b
commit 108185dc8e
  1. 2
      ng-app/src-tauri/tauri.conf.json

@ -32,7 +32,7 @@
}
},
"security": {
"csp": "default-src 'self'; connect-src ipc: https://ipc.localhost"
"csp": null
},
"windows": [

Loading…
Cancel
Save