Function schematic::is_secure_url

source ·
pub fn is_secure_url(value: &str) -> bool
Expand description

Returns true if the value is a secure URL, by checking for https://. This check can be bypassed for localhost URLs.