Skip to content

Commit

Permalink
delete csp to "fix" preview bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzshantaram committed Dec 22, 2022
1 parent 3ee0c64 commit 2476239
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rite"
version = "0.17.0"
version = "0.18.0"
description = "Your new distraction-free writing app."
authors = ["shantaram <[email protected]>"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "rite",
"version": "0.17.0"
"version": "0.18.0"
},
"build": {
"distDir": "../static",
Expand Down Expand Up @@ -92,7 +92,7 @@
}
],
"security": {
"csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'"
"csp": null
}
}
}

0 comments on commit 2476239

Please sign in to comment.