Skip to content

Commit

Permalink
Added CSP for CookieYes
Browse files Browse the repository at this point in the history
  • Loading branch information
CodastickFantastic committed Apr 18, 2024
1 parent 393b798 commit a2ef9cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/entry.server.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@ export default async function handleRequest(
'https://api.emailjs.com',
"wss:https://working-drake-rich.ngrok-free.app:*",
"https://*.google-analytics.com",
"https://log.cookieyes.com",
],
scriptSrc: [
"'self'",
"https://cdn.shopify.com",
"https://www.googletagmanager.com/gtag/js",
"http:https://localhost:*" // Remove in production
"http:https://localhost:*", // Remove in production
"https://cdn-cookieyes.com"
],
imgSrc: [
"'self'",
Expand Down

0 comments on commit a2ef9cb

Please sign in to comment.