Reqlogger exceptions, searchig: search till match percent and search in other subjs

This commit is contained in:
mrfry 2021-01-08 13:44:27 +01:00
parent bf4bdfb249
commit 64f41d6748
5 changed files with 61 additions and 46 deletions

View file

@ -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'],
})
)