mirror of
https://github.com/lights0123/n-link.git
synced 2024-12-22 02:05:27 +00:00
Fix csp causing blank screen in release mode
This commit is contained in:
parent
89a613d25a
commit
0472908ef4
2
desktop/src-tauri/.gitignore
vendored
2
desktop/src-tauri/.gitignore
vendored
|
@ -8,3 +8,5 @@ WixTools
|
|||
|
||||
config.json
|
||||
bundle.json
|
||||
|
||||
/.cargo
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
],
|
||||
"resources": [],
|
||||
"externalBin": [],
|
||||
"copyright": "Copyright (c) 2020 Ben Schattinger. Licensed under GPL-3.0",
|
||||
"copyright": "Copyright (c) 2021 Ben Schattinger. Licensed under GPL-3.0",
|
||||
"category": "Utility",
|
||||
"shortDescription": "Free, cross-platform, CX-II compatible computer linking program for the TI-Nspire",
|
||||
"longDescription": "Free, cross-platform, CX-II compatible computer linking program for the TI-Nspire",
|
||||
|
@ -52,7 +52,7 @@
|
|||
}
|
||||
],
|
||||
"security": {
|
||||
"csp": "default-src blob: data: filesystem: ws: http: https: 'unsafe-eval' 'unsafe-inline'"
|
||||
"csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue