From c0649e1ae4b1df79518068301f21cb89294e30ff Mon Sep 17 00:00:00 2001 From: Nicholas Zuber Date: Tue, 11 Apr 2023 00:02:05 -0400 Subject: [PATCH] fix loading assets --- package.json | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'", ], }, });