Skip to content

Commit

Permalink
unsafe-eval
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Koshkin authored and Roman Koshkin committed Apr 17, 2024
1 parent acbd4b3 commit 7089013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const headers = [
{
key: 'Content-Security-Policy',
value:
"default-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; script-src 'unsafe-inline' 'self' https://www.googletagmanager.com https://www.google-analytics.com; img-src 'self' data:; connect-src 'self' https://www.googletagmanager.com https://www.google-analytics.com",
"default-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline' 'unsafe-eval'; script-src 'unsafe-inline' 'unsafe-eval' 'self' https://www.googletagmanager.com https://www.google-analytics.com; img-src 'self' data:; connect-src 'self' https://www.googletagmanager.com https://www.google-analytics.com",
},
{ key: 'Referrer-Policy', value: 'origin-when-cross-origin' },
{ key: 'X-Frame-Options', value: 'DENY' },
Expand Down

0 comments on commit 7089013

Please sign in to comment.