Skip to content

Commit 8a06154

Browse files
committed
netlify: Update Content-Security-Policy
1 parent d1f744f commit 8a06154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/development/server.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ X-Frame-Options = "DENY"
66
X-XSS-Protection = "1; mode=block"
77
X-Content-Type-Options = "nosniff"
88
Referrer-Policy = "no-referrer"
9-
Content-Security-Policy = "script-src 'self' *.trustarc.com *.disqus.com 'unsafe-eval' 'unsafe-inline'"
9+
Content-Security-Policy = "script-src 'self' *.googletagmanager.com *.trustarc.com *.weglot.com *.disqus.com 'unsafe-eval' 'unsafe-inline'"
1010

1111
[[headers]]
1212
for = "/**.{css,jpg,js}"

0 commit comments

Comments
 (0)