Skip to content

Commit

Permalink
chore: update img-src csp for absolute favicon url
Browse files Browse the repository at this point in the history
  • Loading branch information
chargome committed Aug 16, 2024
1 parent a485660 commit 4ba3e5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/changelog/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
},
{
"key": "Content-Security-Policy-Report-Only",
"value": "default-src 'none'; font-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' plausible.io 'unsafe-inline' 'unsafe-eval' 'report-sample'; img-src 'self' storage.googleapis.com; worker-src blob:; connect-src o1.ingest.us.sentry.io plausible.io 'self' sentry.sentry.io; report-uri https://o1.ingest.us.sentry.io/api/4507670276341760/security/?sentry_key=e90f5ea060a4102c0a4c50c740e43ae1;"
"value": "default-src 'none'; font-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' plausible.io 'unsafe-inline' 'unsafe-eval' 'report-sample'; img-src 'self' storage.googleapis.com; worker-src blob:; connect-src o1.ingest.us.sentry.io plausible.io 'self' changelog.sentry.dev sentry.sentry.io; report-uri https://o1.ingest.us.sentry.io/api/4507670276341760/security/?sentry_key=e90f5ea060a4102c0a4c50c740e43ae1;"
}
]
}
],
"trailingSlash": true
}
}

0 comments on commit 4ba3e5e

Please sign in to comment.