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:
parent
394e9199a6
commit
2fc8c6803a
5 changed files with 74 additions and 2 deletions
|
@ -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://*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue