mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-27 06:52:35 -04:00
temporarily disable CSRF
This commit is contained in:
parent
fd870ff096
commit
d31ed71c50
@ -35,8 +35,8 @@ app.use(session({
|
|||||||
resave: false,
|
resave: false,
|
||||||
saveUninitialized: false,
|
saveUninitialized: false,
|
||||||
}));
|
}));
|
||||||
app.use(csurf({ cookie: true }));
|
// app.use(csurf({ cookie: true }));
|
||||||
app.use(csrfHandleError())
|
// app.use(csrfHandleError())
|
||||||
|
|
||||||
class LazyDatabase {
|
class LazyDatabase {
|
||||||
constructor() {
|
constructor() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user