Skip to content

Commit

Permalink
Merge branch 'Weaverse:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-phan authored Jun 8, 2024
2 parents b3ec2c4 + 0faef17 commit 77fb405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/weaverse/create-weaverse.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export function getWeaverseCsp(request: Request, context: AppLoadContext) {
...weaverseHosts,
],
connectSrc: ["vimeo.com", "*.google-analytics.com", ...weaverseHosts],
styleSrc: weaverseHosts,
};
if (isDesignMode) {
updatedCsp.frameAncestors = ["*"];
Expand Down

0 comments on commit 77fb405

Please sign in to comment.