mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Reqlogger exceptions, searchig: search till match percent and search in other subjs
This commit is contained in:
parent
bf4bdfb249
commit
64f41d6748
5 changed files with 61 additions and 46 deletions
|
@ -148,12 +148,14 @@ app.use(
|
|||
// origin: [ /\.frylabs\.net$/ ]
|
||||
})
|
||||
)
|
||||
|
||||
const cookieSecret = uuidv4()
|
||||
app.use(cookieParser(cookieSecret))
|
||||
app.use(
|
||||
reqlogger({
|
||||
loggableKeywords: ['news.json'],
|
||||
loggableModules: ['dataeditor'],
|
||||
exceptions: ['stable.user.js?up', '_next/static'],
|
||||
})
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue