Skip to content

Commit

Permalink
[Mozilla Branding Removal] Update index.ts
Browse files Browse the repository at this point in the history
Updated placeholder text with the Hubs Foundation version
  • Loading branch information
jua360 authored Aug 2, 2024
1 parent fb1d230 commit a67cc40
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 a67cc40

Please sign in to comment.