mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
removed intercom
This commit is contained in:
parent
fdebbdd1a0
commit
76c52e0e7f
4 changed files with 3 additions and 7 deletions
|
@ -13,13 +13,13 @@ autoUpdater.logger.transports.file.level = 'info';
|
|||
|
||||
let win = null;
|
||||
let csp = [
|
||||
"default-src 'self' https://widget.intercom.io https://js.intercomcdn.com",
|
||||
"default-src 'self'",
|
||||
"img-src 'self' http://*:* https://*:* data: blob:",
|
||||
"media-src 'self' http://*:* https://*:* data: blob:",
|
||||
"style-src 'unsafe-inline'",
|
||||
"font-src data: https://js.intercomcdn.com",
|
||||
"font-src data:",
|
||||
"connect-src http://localhost:8080 ws://localhost:8080 https://sentry.anytype.io https://anytype.io https://api.amplitude.com/",
|
||||
"script-src-elem http://localhost:8080 https://sentry.io https://widget.intercom.io https://js.intercomcdn.com"
|
||||
"script-src-elem http://localhost:8080 https://sentry.io"
|
||||
];
|
||||
|
||||
function createWindow () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue