Skip to content

Commit

Permalink
Fix entri staging
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Sep 11, 2024
1 parent 5343181 commit cda42c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/builder/app/routes/_ui.(builder).tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export const loader = async ({ request }: LoaderFunctionArgs) => {
// Still possible create iframe without src attribute
// Disable workers on builder
"Content-Security-Policy",
`frame-src ${url.origin}/canvas; worker-src 'none'`
`frame-src ${url.origin}/canvas https://app.goentri.com/; worker-src 'none'`
);

return json(
Expand Down

0 comments on commit cda42c2

Please sign in to comment.