// canary: US Sentry ingest host must trip csp-us-sentry-ingest-host
const connectSrc = ['https://*.ingest.sentry.io'];
// negative control (must NOT trip): EU host is correct
const ok = ['https://*.ingest.de.sentry.io'];
export { connectSrc, ok };
