Skip to content

Commit a03d222

Browse files
committed
chore: add badge.fury.io to CSP allowed origins
1 parent 3feb464 commit a03d222

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/website/astro.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const cspImgSrcSources = [
2222
'https://www.gebruikercentraal.nl',
2323
'https://designsystem.gebruikercentraal.nl',
2424
'https://media.licdn.com',
25+
'https://badge.fury.io',
2526
].join(' ');
2627

2728
const cspProdConfig: AstroUserConfig = {

0 commit comments

Comments
 (0)