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