Skip to content

Commit 1ebe036

Browse files
committed
chore: fix issue with PDF viewer on desktop [skip e2e]
1 parent 6893f02 commit 1ebe036

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/desktop/app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
script-src 'self' 'wasm-unsafe-eval';
1010
worker-src 'self' blob:;
1111
connect-src * data: blob:;
12-
style-src 'self' http://localhost:* http://127.0.0.1:45653;
12+
style-src 'self' 'unsafe-hashes' http://localhost:* http://127.0.0.1:45653 'sha256-jpJOxTrdc58x4woq2mVygDDIvjIAGNkLZ2yfx4ppdXo=' 'sha256-tbWZ4NP1341cpcrZVDn7B3o9bt/muXgduILAnC0Zbaw=';
1313
frame-src * blob:;
1414
img-src * data: blob:;
1515
"

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.189.2",
44
"license": "AGPL-3.0",
55
"main": "dist/app.js",
6-
"author": "Standard Notes.",
6+
"author": "Standard Notes",
77
"private": true,
88
"files": [
99
"dist"

0 commit comments

Comments
 (0)