1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

JS-1640: confetti

This commit is contained in:
Mike Mhlv 2023-03-26 21:37:09 +01:00
parent 394e9199a6
commit 2fc8c6803a
No known key found for this signature in database
GPG key ID: 82F8AC181346CE7F
5 changed files with 74 additions and 2 deletions

View file

@ -37,7 +37,7 @@ let deeplinkingUrl = '';
let waitLibraryPromise = null;
let mainWindow = null;
let csp = [
"default-src 'self' 'unsafe-eval'",
"default-src 'self' 'unsafe-eval' blob:",
"img-src 'self' http://*:* https://*:* data: blob: file://*",
"media-src 'self' http://*:* https://*:* data: blob: file://*",
"style-src 'unsafe-inline' http://localhost:* file://*",