Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion echo/frontend/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"headers": [
{
"key": "Content-Security-Policy",
"value": "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.sentry-cdn.com https://*.ingest.de.sentry.io https://*.sentry.io https://tally.so; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' data: https://fonts.gstatic.com; img-src 'self' data: blob: https://*.dembrane.com https://*.echo-next.dembrane.com https://admin-dembrane.azurewebsites.net https://dembrane.directus.app https://ams3.digitaloceanspaces.com; connect-src 'self' https://*.dembrane.com wss://*.dembrane.com https://*.echo-next.dembrane.com wss://*.echo-next.dembrane.com https://admin-dembrane.azurewebsites.net https://dembrane.directus.app https://*.sentry.io https://*.sentry-cdn.com https://*.ingest.de.sentry.io https://o4507107162652672.ingest.de.sentry.io https://*.tally.so https://tally.so https://ams3.digitaloceanspaces.com http://localhost:9000; media-src 'self' blob: mediastream: https://ams3.digitaloceanspaces.com http://localhost:9000; frame-src 'self' https://*.tally.so https://*.dembrane.com https://portal.dembrane.com https://portal.echo-next.dembrane.com https://dashboard.dembrane.com https://*.dashboard.dembrane.com; frame-ancestors 'self' https://*.dembrane.com https://dashboard.dembrane.com https://*.dashboard.dembrane.com; worker-src 'self' blob:; manifest-src 'self'; form-action 'self' https://*.tally.so; base-uri 'self'; upgrade-insecure-requests; block-all-mixed-content"
"value": "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.sentry-cdn.com https://*.ingest.de.sentry.io https://*.sentry.io https://tally.so; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' data: https://fonts.gstatic.com; img-src 'self' data: blob: https://*.dembrane.com https://*.echo-next.dembrane.com https://admin-dembrane.azurewebsites.net https://dembrane.directus.app https://ams3.digitaloceanspaces.com; connect-src 'self' https://*.dembrane.com wss://*.dembrane.com https://*.echo-next.dembrane.com wss://*.echo-next.dembrane.com https://admin-dembrane.azurewebsites.net https://dembrane.directus.app https://*.sentry.io https://*.sentry-cdn.com https://*.ingest.de.sentry.io https://o4507107162652672.ingest.de.sentry.io https://*.tally.so https://tally.so https://ams3.digitaloceanspaces.com https://plausible.io http://localhost:9000; media-src 'self' blob: mediastream: https://ams3.digitaloceanspaces.com http://localhost:9000; frame-src 'self' https://*.tally.so https://*.dembrane.com https://portal.dembrane.com https://portal.echo-next.dembrane.com https://dashboard.dembrane.com https://*.dashboard.dembrane.com; frame-ancestors 'self' https://*.dembrane.com https://dashboard.dembrane.com https://*.dashboard.dembrane.com; worker-src 'self' blob:; manifest-src 'self'; form-action 'self' https://*.tally.so; base-uri 'self'; upgrade-insecure-requests; block-all-mixed-content"
},
{
"key": "X-Frame-Options",
Expand Down