Skip to content

Commit

Permalink
Merge pull request Weaverse#133 from Weaverse/dev
Browse files Browse the repository at this point in the history
Fix missing styleSrc from Weaverse
  • Loading branch information
paul-phan authored Jun 8, 2024
2 parents 79bed32 + c3065f0 commit 0faef17
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 0faef17

Please sign in to comment.