Skip to content

Commit

Permalink
Adjust CSP for WebP handling
Browse files Browse the repository at this point in the history
  • Loading branch information
chadokruse committed Feb 4, 2024
1 parent aa960a6 commit 8b01739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const config = {
'frame-src': ['https://www.iubenda.com'],
'connect-src': ['self', 'https://cloudflareinsights.com'],
'default-src': ['none'],
'img-src': ['self', 'https://images.unsplash.com', 'https://cdn.iubenda.com', 'https://tailwindui.com'], // Added Unsplash domain
'img-src': ['self', 'data:', 'https://images.unsplash.com', 'https://cdn.iubenda.com', 'https://tailwindui.com'], // Added Unsplash domain
'font-src': ['self', 'data:'],
'object-src': ['none'],
'base-uri': ['none'],
Expand Down

0 comments on commit 8b01739

Please sign in to comment.