Home
last modified time | relevance | path

Searched refs:_protocolRegex (Results 1 – 1 of 1) sorted by relevance

/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php43 private static $_protocolRegex = '@^https?://@i'; variable in OneLogin_Saml2_Utils
319 $wrongProtocol = !preg_match(self::$_protocolRegex, $url);
372 self::$_protocolRegex = $protocolRegex;