diff --git a/gatsby-config.js b/gatsby-config.js index 982ce9c90..dae30c77a 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -192,7 +192,10 @@ module.exports = { { resolve: 'gatsby-plugin-gatsby-cloud', options: { - allPageHeaders: ['Referrer-Policy: no-referrer-when-downgrade'], + allPageHeaders: [ + 'Referrer-Policy: no-referrer-when-downgrade', + 'Content-Security-Policy: frame-ancestors https://*.newrelic.com http://*.newrelic.com', + ], }, }, ],