mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00
chore(prettier): fix code style
This commit is contained in:
parent
4cd18441e4
commit
ea621ef8e1
@ -78,9 +78,9 @@ const { doubleCsrfProtection: csrfMiddleware } = doubleCsrf({
|
|||||||
path: "", // empty, so cookie is valid only for the current path
|
path: "", // empty, so cookie is valid only for the current path
|
||||||
secure: false,
|
secure: false,
|
||||||
sameSite: false,
|
sameSite: false,
|
||||||
httpOnly: false,
|
httpOnly: false
|
||||||
},
|
},
|
||||||
cookieName: "_csrf",
|
cookieName: "_csrf"
|
||||||
});
|
});
|
||||||
|
|
||||||
const MAX_ALLOWED_FILE_SIZE_MB = 250;
|
const MAX_ALLOWED_FILE_SIZE_MB = 250;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user