Skip to content

Commit

Permalink
Merge pull request #288 from RBND-studio/dev
Browse files Browse the repository at this point in the history
Merge dev
  • Loading branch information
VojtechVidra committed Apr 23, 2024
2 parents 6a8d28a + 18b300e commit 9e5d3ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/app/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ const dev = process.env.NODE_ENV !== "production";

const cspHeader = `
default-src 'self';
connect-src 'self' https://*.flows.sh https://*.flows-cloud.com${
connect-src 'self' https://*.flows.sh https://*.flows-cloud.com https://*.posthog.com${
dev ? " http://127.0.0.1:3005" : ""
};
script-src 'self' 'unsafe-eval' 'unsafe-inline' https://flows.sh https://*.lemonsqueezy.com https://challenges.cloudflare.com;
script-src 'self' 'unsafe-eval' 'unsafe-inline' https://flows.sh https://*.lemonsqueezy.com https://challenges.cloudflare.com https://*.posthog.com;
style-src 'self' 'unsafe-inline';
img-src 'self' blob: data:;
font-src 'self';
Expand Down

0 comments on commit 9e5d3ce

Please sign in to comment.