From b48c48307429ddf07e1cf22afb303ec66b69796e Mon Sep 17 00:00:00 2001 From: Nicholas Zuber Date: Mon, 10 Apr 2023 09:25:13 -0400 Subject: [PATCH] add skipper to accepted content --- package.json | 4 ++-- src/index.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index abc3153..92c75bf 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "skipper-native", "productName": "Skipper", - "version": "1.1.0", - "description": "My Electron application description", + "version": "1.1.1", + "description": "Native executables for different platforms to launch the Skipper app.", "main": "src/index.js", "scripts": { "dev": "electron .", diff --git a/src/index.js b/src/index.js index 37e9496..ce62ad6 100644 --- a/src/index.js +++ b/src/index.js @@ -55,7 +55,7 @@ function createMenuItem() { responseHeaders: { ...details.responseHeaders, "Content-Security-Policy": [ - "default-src https://github.com https://github.githubassets.com https://avatars.githubusercontent.com 'none'", + "default-src https://getskipper.dev https://github.com https://github.githubassets.com https://avatars.githubusercontent.com 'none'", ], }, });