Skip to content

Commit

Permalink
fix img-src CSP directive
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpprieto committed Nov 14, 2023
1 parent d7e3537 commit 6a9ea05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/entry.server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default async function handleRequest(
'data:',
'https://cdn.shopify.com',
'https://shopify.com',
'https://rickandmortyapi.com/api',
'https://rickandmortyapi.com/api/character',
],
});

Expand Down

0 comments on commit 6a9ea05

Please sign in to comment.