Remove X-Frame-Options because it cannot work with a cross-domain iframe.

pull/1/head
Caleb James DeLisle 7 years ago
parent 4acd9957a9
commit 4881f8d030

@ -17,8 +17,7 @@ module.exports = {
httpHeaders: {
"X-XSS-Protection": "1; mode=block",
"X-Content-Type-Options": "nosniff",
'X-Frame-Options': 'SAMEORIGIN',
"X-Content-Type-Options": "nosniff"
},
contentSecurity: [

Loading…
Cancel
Save