Skip to content

Commit

Permalink
Fix codemirror CSP policy hashes changing with update
Browse files Browse the repository at this point in the history
  • Loading branch information
DoodlesEpic committed Jul 18, 2022
1 parent 7e3ec8f commit 7d77359
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graph-prime",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"scripts": {
"start": "sirv public --no-clear",
Expand Down
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 = "app"
version = "1.0.4"
version = "1.0.5"
description = "Cross-platform prime number calculator developed on Tauri and Svelte with beautiful frappe graphs and excellent performance"
authors = ["Doodles"]
license = "GPL-3.0-only"
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Graph Prime",
"version": "1.0.4"
"version": "1.0.5"
},
"tauri": {
"pattern": {
Expand Down Expand Up @@ -58,7 +58,7 @@
}
},
"security": {
"csp": "style-src 'unsafe-hashes' 'sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=' 'sha256-CssDN67+wdcVeOo1+UBDlTtUvWjUmBJyiyqqRJHhrTQ=' 'sha256-H5EHjOnN4Jax7FF4XSiczuqcAAo0RypDXepV8N7Nnp4=' 'sha256-qokx773Tl626SVTuhxQSccr23ixTSkbnBXWRqLjyuIg=' 'sha256-Fnkv4DFcF4uHi9vjLxEOL8RzhPC+DlsOP7FUGWJnhuE=' 'sha256-XDEQ+krDtlJEDyjWkLu794ZijWpm3K9rHT4UXnkpefY=' 'sha256-qnVkQSG7pWu17hBhIw0kCpfEB3XGvt0mNRa6+uM6OUU=' 'sha256-MJyOH6fkfzWPCLv2CfAAYjOtxkqoLBYZsmiMyy1D4sc=' 'sha256-LrSfC3xVNqGfeyE5IfU2Ft0qjrCqXsIPfSalxhmjfJg='; default-src 'self'"
"csp": "style-src 'unsafe-hashes' 'sha256-r4tPNLIM1P5VaP9NaLXOSOoDZTWdPE/R1/wzo/Xaikg=' 'sha256-efr6/UwN3uqLIhg4b0aHJsHg+eGgltZPxjlRL9UW75M=' 'sha256-fxMPQG9fFDcbTjMDGo8LSUg9rn7WDerzzLlE0Zs/sD4=' 'sha256-USltDXuLwU4I1FB0NXBciIS05UO/SZInr9bkliVSvg0=' 'sha256-4ryRlcCq3zCGOsyaZX2joXlJHlcbSQi3IN/gl+d3dfE=' 'sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=' 'sha256-CssDN67+wdcVeOo1+UBDlTtUvWjUmBJyiyqqRJHhrTQ=' 'sha256-H5EHjOnN4Jax7FF4XSiczuqcAAo0RypDXepV8N7Nnp4=' 'sha256-qokx773Tl626SVTuhxQSccr23ixTSkbnBXWRqLjyuIg=' 'sha256-Fnkv4DFcF4uHi9vjLxEOL8RzhPC+DlsOP7FUGWJnhuE=' 'sha256-XDEQ+krDtlJEDyjWkLu794ZijWpm3K9rHT4UXnkpefY=' 'sha256-qnVkQSG7pWu17hBhIw0kCpfEB3XGvt0mNRa6+uM6OUU=' 'sha256-MJyOH6fkfzWPCLv2CfAAYjOtxkqoLBYZsmiMyy1D4sc=' 'sha256-LrSfC3xVNqGfeyE5IfU2Ft0qjrCqXsIPfSalxhmjfJg='; default-src 'self'"
},
"updater": {
"active": true,
Expand Down

0 comments on commit 7d77359

Please sign in to comment.