Skip to content

Commit

Permalink
fix: Allowed ldbar.ch in CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
adintegra committed Dec 19, 2024
1 parent 668516a commit f7b8918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = withPreconstruct(
`style-src 'self' 'unsafe-inline'`,
`font-src 'self'`,
`form-action 'self'`,
`connect-src 'self' https://*.sentry.io https://*.vercel.app https://*.google-analytics.com https://*.analytics.google.com https://*.googletagmanager.com wss://*.pusher.com`,
`connect-src 'self' https://*.sentry.io https://*.vercel.app https://*.google-analytics.com https://*.analytics.google.com https://*.googletagmanager.com wss://*.pusher.com https://*.ldbar.ch`,
`img-src 'self' https://vercel.live https://vercel.com *.pusher.com *.pusherapp.com https://*.admin.ch https://*.opendataswiss.org https://*.google-analytics.com https://*.googletagmanager.com data: blob:`,
`script-src-elem 'self' 'unsafe-inline' https://*.admin.ch https://vercel.live https://vercel.com`,
`worker-src 'self' blob: https://*.admin.ch`,
Expand Down

0 comments on commit f7b8918

Please sign in to comment.