Skip to content

Commit

Permalink
add skipper to accepted content
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzuber committed Apr 10, 2023
1 parent 5a1627b commit b48c483
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 .",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
],
},
});
Expand Down

0 comments on commit b48c483

Please sign in to comment.