N.B: Query fields must now match a component of QuerySecretFields, rather
then the component being a substring of the field.
Substring matches has very interesting behaviour (redacts eg. password_required fields etc) and IMO violates POLA, especially since it makes little sense to do this for header fields and having the redaction
behaviour the same is I think worth it.
I don't currently have a use case for redactCookies() but it would be trivial to add it.
N.B: Query fields must now match a component of QuerySecretFields, rather then the component being a substring of the field.
Substring matches has very interesting behaviour (redacts eg. password_required fields etc) and IMO violates POLA, especially since it makes little sense to do this for header fields and having the redaction behaviour the same is I think worth it.
I don't currently have a use case for redactCookies() but it would be trivial to add it.