Skip to content

Commit

Permalink
fix: comma
Browse files Browse the repository at this point in the history
  • Loading branch information
mcansh authored Oct 11, 2024
1 parent 2fa681c commit b819724
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 @@ -120,7 +120,7 @@ function applySecurityHeaders(request: Request, responseHeaders: Headers) {
],
"script-src": [
"'self'",
"https://cdn.usefathom.com/script.js"
"https://cdn.usefathom.com/script.js",
new URL(
"cdn-cgi/scripts/*/cloudflare-static/email-decode.min.js",
url.origin,
Expand Down

0 comments on commit b819724

Please sign in to comment.