fn validate_subdomain(subdomain: &str) -> Result<(), OnePasswordError>Expand description
Rejects a subdomain that is not a DNS label, which is what keeps a stray /, @ or ? from
pointing the whole session at another host.
fn validate_subdomain(subdomain: &str) -> Result<(), OnePasswordError>Rejects a subdomain that is not a DNS label, which is what keeps a stray /, @ or ? from
pointing the whole session at another host.