Skip to content

Commit 2f71010

Browse files
committed
Fix: Fixed Content Security Policy Error
1 parent 4673558 commit 2f71010

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loofi",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"private": true,
55
"author": "Stanley Owen <stanleyowen06@gmail.com>",
66
"dependencies": {

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"productName": "Loofi",
4-
"version": "1.1.0"
4+
"version": "1.1.1"
55
},
66
"build": {
77
"distDir": "../build",
@@ -68,7 +68,7 @@
6868
}
6969
],
7070
"security": {
71-
"csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'"
71+
"csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'; script-src *"
7272
}
7373
}
7474
}

0 commit comments

Comments
 (0)