We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Content Security Policy
1 parent 4673558 commit 2f71010Copy full SHA for 2f71010
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "loofi",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"private": true,
5
"author": "Stanley Owen <stanleyowen06@gmail.com>",
6
"dependencies": {
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
"package": {
"productName": "Loofi",
- "version": "1.1.0"
+ "version": "1.1.1"
},
"build": {
7
"distDir": "../build",
@@ -68,7 +68,7 @@
68
}
69
],
70
"security": {
71
- "csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'"
+ "csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'; script-src *"
72
73
74
0 commit comments