mirror of
https://github.com/navidrome/navidrome.git
synced 2026-04-03 06:41:01 +00:00
Fix redaction for query parameters. Fix #1103
This commit is contained in:
parent
749ef07a01
commit
145b6912d0
@ -26,9 +26,9 @@ var redacted = &Hook{
|
||||
|
||||
// Subsonic query params
|
||||
"([^\\w]t=)[\\w]+",
|
||||
"([^\\w]s=)[\\w]+",
|
||||
"([^\\w]p=)[\\w]+",
|
||||
"([^\\w]jwt=)[\\w]+",
|
||||
"([^\\w]s=)[^&]+",
|
||||
"([^\\w]p=)[^&]+",
|
||||
"([^\\w]jwt=)[^&]+",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user