Skip to content

Commit

Permalink
Merge pull request #12 from techulus/develop
Browse files Browse the repository at this point in the history
Update CSP config
  • Loading branch information
arjunkomath authored Feb 9, 2024
2 parents b4a9841 + 13e7f20 commit c3de147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const withBundleAnalyzer = require("@next/bundle-analyzer")({});
const ContentSecurityPolicy = `
script-src 'self' 'unsafe-eval' 'unsafe-inline' *;
style-src 'self' data: 'unsafe-inline' maxcdn.bootstrapcdn.com;
img-src 'self' * data:;
img-src 'self' * data: blob:;
font-src 'self' data: maxcdn.bootstrapcdn.com;
connect-src 'self' wss: *.supabase.co *.changes.page;
worker-src 'self' blob:;
Expand Down

0 comments on commit c3de147

Please sign in to comment.