Skip to content

Commit

Permalink
Merge pull request #22 from jua360/patch-2
Browse files Browse the repository at this point in the history
[Mozilla Branding Removal] Update index.ts
  • Loading branch information
Exairnous authored Aug 2, 2024
2 parents fb1d230 + a67cc40 commit b4309dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const createWindow = (): void => {
responseHeaders: {
"Access-Control-Allow-Origin": ["*"],
"Content-Security-Policy":
"default-src * self blob: data: gap: ws: hubs.mozilla.com 'unsafe-inline'; style-src * self 'unsafe-inline' blob: data: gap:; script-src * 'self' 'unsafe-eval' 'unsafe-inline' blob: data: gap:; object-src * 'self' blob: data: gap:; img-src * self 'unsafe-inline' blob: data: gap:; connect-src self * 'unsafe-inline' blob: data: gap:; frame-src * self blob: data: gap:;",
"default-src * self blob: data: gap: ws: demo.hubsfoundation.org 'unsafe-inline'; style-src * self 'unsafe-inline' blob: data: gap:; script-src * 'self' 'unsafe-eval' 'unsafe-inline' blob: data: gap:; object-src * 'self' blob: data: gap:; img-src * self 'unsafe-inline' blob: data: gap:; connect-src self * 'unsafe-inline' blob: data: gap:; frame-src * self blob: data: gap:;",
...details.responseHeaders,
},
});
Expand Down

0 comments on commit b4309dc

Please sign in to comment.