We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f36a3 commit c711611Copy full SHA for c711611
src-tauri/tauri.conf.json
@@ -11,6 +11,9 @@
11
"version": "../package.json"
12
},
13
"tauri": {
14
+ "security": {
15
+ "csp": "default-src 'self' blob: https://asset.localhost/ http://127.0.0.1:16780/ https://en.wiktionary.org https://fonts.gstatic.com/ https://fonts.googleapis.com/; style-src 'self' 'unsafe-inline' blob: https://asset.localhost/ https://fonts.googleapis.com/"
16
+ },
17
"cli": {
18
"args": [{
19
"name": "source",
0 commit comments