Skip to content

Commit 7cf4843

Browse files
fix: add Candid/Guidestar widget to CSP
- Add widgets.guidestar.org to img-src directive - Fixes Candid transparency seal not displaying in footer
1 parent 240a995 commit 7cf4843

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const nextConfig = {
6363
"default-src 'self'",
6464
"script-src 'self' 'unsafe-eval' 'unsafe-inline' https://www.clarity.ms https://va.vercel-scripts.com",
6565
"style-src 'self' 'unsafe-inline'",
66-
"img-src 'self' data: blob: https://res.cloudinary.com https://avatars.githubusercontent.com https://cdn.shopify.com",
66+
"img-src 'self' data: blob: https://res.cloudinary.com https://avatars.githubusercontent.com https://cdn.shopify.com https://widgets.guidestar.org",
6767
"font-src 'self' data:",
6868
"connect-src 'self' https://www.clarity.ms https://vitals.vercel-insights.com https://github.com https://api.github.com https://hashflagswag.myshopify.com https://res.cloudinary.com",
6969
"frame-src 'self'",

0 commit comments

Comments
 (0)