We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6893f02 commit 1ebe036Copy full SHA for 1ebe036
packages/desktop/app/index.html
@@ -9,7 +9,7 @@
9
script-src 'self' 'wasm-unsafe-eval';
10
worker-src 'self' blob:;
11
connect-src * data: blob:;
12
- style-src 'self' http://localhost:* http://127.0.0.1:45653;
+ style-src 'self' 'unsafe-hashes' http://localhost:* http://127.0.0.1:45653 'sha256-jpJOxTrdc58x4woq2mVygDDIvjIAGNkLZ2yfx4ppdXo=' 'sha256-tbWZ4NP1341cpcrZVDn7B3o9bt/muXgduILAnC0Zbaw=';
13
frame-src * blob:;
14
img-src * data: blob:;
15
"
packages/web/package.json
@@ -3,7 +3,7 @@
3
"version": "3.189.2",
4
"license": "AGPL-3.0",
5
"main": "dist/app.js",
6
- "author": "Standard Notes.",
+ "author": "Standard Notes",
7
"private": true,
8
"files": [
"dist"
0 commit comments