reenable same-origin CSP
This commit is contained in:
@@ -18,7 +18,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',
|
'X-Frame-Options': 'SAMEORIGIN',
|
||||||
},
|
},
|
||||||
|
|
||||||
contentSecurity: [
|
contentSecurity: [
|
||||||
|
|||||||
Reference in New Issue
Block a user