pub fn redact_proxy_settings(
settings: &HashMap<String, String>,
) -> HashMap<String, String>Expand description
Redact proxy settings map values.
Keys containing “proxy” (case-insensitive) have their values
processed through redact_proxy_uri.