Skip to content

Commit

Permalink
CSP
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 eed4f1b commit ded3cca
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 @@ -2,7 +2,7 @@ const headers = [
{
key: 'Content-Security-Policy',
value:
"default-src 'self'; 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'; 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",
},
{ key: 'Referrer-Policy', value: 'origin-when-cross-origin' },
{ key: 'X-Frame-Options', value: 'DENY' },
Expand Down

0 comments on commit ded3cca

Please sign in to comment.