Skip to content

Commit

Permalink
fix: add skilljar as an iframe-able domain
Browse files Browse the repository at this point in the history
  • Loading branch information
aswanson-nr committed Sep 21, 2021
1 parent 4c9e27e commit 1f902f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ module.exports = {
options: {
allPageHeaders: [
'Referrer-Policy: no-referrer-when-downgrade',
'Content-Security-Policy: frame-ancestors https://*.newrelic.com http://*.newrelic.com',
'Content-Security-Policy: frame-ancestors *.newrelic.com *.skilljar.com',
],
},
},
Expand Down

0 comments on commit 1f902f8

Please sign in to comment.