diff --git a/package.json b/package.json index 92c75bf..6c9ebcb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "skipper-native", "productName": "Skipper", - "version": "1.1.1", + "version": "1.1.2", "description": "Native executables for different platforms to launch the Skipper app.", "main": "src/index.js", "scripts": { diff --git a/src/index.js b/src/index.js index ce62ad6..b74843f 100644 --- a/src/index.js +++ b/src/index.js @@ -55,7 +55,7 @@ function createMenuItem() { responseHeaders: { ...details.responseHeaders, "Content-Security-Policy": [ - "default-src https://getskipper.dev https://github.com https://github.githubassets.com https://avatars.githubusercontent.com 'none'", + "default-src https://getskipper.dev https://fonts.googleapis.com https://api.github.com https://github.com https://github.githubassets.com https://avatars.githubusercontent.com 'none'", ], }, });