chore: fix issue with PDF viewer on desktop [skip e2e]
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
script-src 'self' 'wasm-unsafe-eval';
|
script-src 'self' 'wasm-unsafe-eval';
|
||||||
worker-src 'self' blob:;
|
worker-src 'self' blob:;
|
||||||
connect-src * data: blob:;
|
connect-src * data: blob:;
|
||||||
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=';
|
||||||
frame-src * blob:;
|
frame-src * blob:;
|
||||||
img-src * data: blob:;
|
img-src * data: blob:;
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"version": "3.189.2",
|
"version": "3.189.2",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"main": "dist/app.js",
|
"main": "dist/app.js",
|
||||||
"author": "Standard Notes.",
|
"author": "Standard Notes",
|
||||||
"private": true,
|
"private": true,
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
|||||||
Reference in New Issue
Block a user