reenable same-origin CSP
parent
542d0cd17f
commit
eebe473f13
|
@ -18,7 +18,7 @@ module.exports = {
|
|||
httpHeaders: {
|
||||
"X-XSS-Protection": "1; mode=block",
|
||||
"X-Content-Type-Options": "nosniff",
|
||||
// 'X-Frame-Options': 'SAMEORIGIN',
|
||||
'X-Frame-Options': 'SAMEORIGIN',
|
||||
},
|
||||
|
||||
contentSecurity: [
|
||||
|
|
Loading…
Reference in New Issue