Skip to content

Commit

Permalink
Merge pull request #212 from w3bdesign/development
Browse files Browse the repository at this point in the history
script-src 'self' 'unsafe-eval' 'unsafe-inline';
  • Loading branch information
w3bdesign authored Jul 22, 2024
2 parents 98d03e3 + c193124 commit 7734ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const nextConfig = {
async headers() {
const cspHeader = `
default-src 'self';
script-src 'self' 'unsafe-eval' 'unsafe-inline';
script-src 'self' 'unsafe-eval';
style-src 'self' 'unsafe-inline';
img-src 'self' blob: data: https://cdn.sanity.io;
font-src 'self';
Expand Down

0 comments on commit 7734ed1

Please sign in to comment.