We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906eb83 commit 399c570Copy full SHA for 399c570
1 file changed
gatsby-config.js
@@ -36,7 +36,7 @@ module.exports = {
36
'Content-Security-Policy: '
37
+ "base-uri 'self';"
38
+ "default-src 'self';"
39
- + "connect-src 'self' https://stats.g.doubleclick.net https://www.google-analytics.com/j/collect;"
+ + "connect-src 'self' https://api.segment.io https://cdn.segment.io https://stats.g.doubleclick.net https://www.google-analytics.com/j/collect;"
40
+ "frame-src 'self' https://app.netlify.com;"
41
+ "font-src 'self' data: https://fonts.gstatic.com;"
42
+ "form-action 'self';"
0 commit comments