Deluan 82b9a44a1f fix(log): redact sensitive auth headers from request logs
The trace-level request log dumps all headers as a JSON blob, but the
redaction hook only had query-param patterns, so Authorization, X-Emby-Token,
X-MediaBrowser-Token and X-Nd-Authorization leaked their tokens in plaintext.
Add one pattern that blanks those header value arrays at the log sink.
2026-08-23 15:24:44 -04:00
..
2026-05-28 22:13:05 -03:00