Required content security policy

Hi @ndench, you will need to add script-src: https://cdn.ravenjs.com (or wherever you’re loading the script from) and the domain present in your configured DSN (connect-src: https://sentry.io).

PR here: https://github.com/getsentry/sentry-javascript/pull/1476

1 Like