Skip to content

Commit

Permalink
fix loading assets
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzuber committed Apr 11, 2023
1 parent b48c483 commit c0649e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
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://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'",
],
},
});
Expand Down

0 comments on commit c0649e1

Please sign in to comment.