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

pull/1/head
Caleb James DeLisle 2017-08-17 12:12:40 +02:00
parent 4acd9957a9
commit 4881f8d030
1 changed files with 1 additions and 2 deletions

View File

@ -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: [