Under the hood
Useful2 Signal0
Error and telemetry text now scrubs invalid HTTP header values so they can't leak into reports.
What's wrong with this entry?
Anonymous. No account, no email.
What
Two more patterns were added to the telemetry and error scrubber so header values do not leak through error text.
Details
- One pattern truncates everything after "has invalid value: " for a named header.
- The other covers
Headers.appendandHeaders.setmessages about an invalid header name or value.
Evidence
has invalid value:
Strings lifted out of the shipped bundle, so the claim above can be checked against them.