WebKit2.SecurityManager.prototype.uri_scheme_is_local

function uri_scheme_is_local(scheme: String): Boolean {
    // Gjs wrapper for webkit_security_manager_uri_scheme_is_local()
}
  

Whether scheme is considered as a local scheme. See also WebKit2.SecurityManager.prototype.register_uri_scheme_as_local.

scheme

a URI scheme

Returns

true if scheme is a local scheme or false otherwise.