readded checkOrigin correctly
This commit is contained in:
parent
e9b704f86d
commit
7bd80d048b
|
|
@ -25,11 +25,12 @@ const config = {
|
|||
'script-src': ['self'],
|
||||
'report-uri': ['/']
|
||||
}
|
||||
},
|
||||
csrf: {
|
||||
checkOrigin: true
|
||||
}
|
||||
},
|
||||
|
||||
checkOrigin: true,
|
||||
|
||||
//warningFilter: (warning) => !warning.code.startsWith('a11y')
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue