Skip to content

Commit

Permalink
Merge pull request #21 from jua360/patch-1
Browse files Browse the repository at this point in the history
[Mozilla Branding Removal] Update forge.config.ts
  • Loading branch information
Exairnous authored Aug 2, 2024
2 parents 163c4eb + cf5b15b commit fb1d230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const config: ForgeConfig = {
new AutoUnpackNativesPlugin({}),
new WebpackPlugin({
devContentSecurityPolicy:
"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:;",
mainConfig,
renderer: {
config: rendererConfig,
Expand Down

0 comments on commit fb1d230

Please sign in to comment.