Skip to content

Commit

Permalink
fix(frontend): update csp
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-h1 committed Dec 8, 2024
1 parent f162b54 commit 44c4191
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const contentSecurityPolicy = `
connect-src * cloudflareinsights.com;
font-src 'self' fonts.gstatic.com https://maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.woff2;
frame-src https://dev.lhowsam.com https://lhowsam.com;
Access-Control-Allow-Origin: *;
`;

const securityHeaders = [
Expand Down

0 comments on commit 44c4191

Please sign in to comment.