Skip to main content

is_allowed_manifest_url

Function is_allowed_manifest_url 

Source
pub(crate) fn is_allowed_manifest_url(location: &str) -> bool
Expand description

Returns true if location is an HTTPS URL, a file:// URL, or a local filesystem path (i.e. not a URL with some other scheme).