Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
update csp
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-phan committed Nov 27, 2023
1 parent 774dc42 commit 732a297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/weaverse/create-weaverse.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export function getWeaverseCsp(request: Request) {
'https://cdn.shopify.com',
'https://shopify.com',
'https://*.youtube.com',
'https://fonts.gstatic.com',
'https://*.google.com',
...weaverseHosts,
],
Expand All @@ -49,6 +48,7 @@ export function getWeaverseCsp(request: Request) {
styleSrc: [
"'self'",
"'unsafe-inline'",
'https://fonts.gstatic.com',
'https://cdn.shopify.com',
...weaverseHosts,
],
Expand Down

0 comments on commit 732a297

Please sign in to comment.