Remove X-Frame-Options because it cannot work with a cross-domain iframe.
This commit is contained in:
parent
4acd9957a9
commit
4881f8d030
@ -17,8 +17,7 @@ module.exports = {
|
|||||||
|
|
||||||
httpHeaders: {
|
httpHeaders: {
|
||||||
"X-XSS-Protection": "1; mode=block",
|
"X-XSS-Protection": "1; mode=block",
|
||||||
"X-Content-Type-Options": "nosniff",
|
"X-Content-Type-Options": "nosniff"
|
||||||
'X-Frame-Options': 'SAMEORIGIN',
|
|
||||||
},
|
},
|
||||||
|
|
||||||
contentSecurity: [
|
contentSecurity: [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user