mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-13 10:47:19 +03:00
Fix redaction for query parameters. Fix #1103
This commit is contained in:
parent
3e8d3e78c2
commit
702a65059f
@ -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