Searched refs:_protocolRegex (Results 1 – 1 of 1) sorted by relevance
43 private static $_protocolRegex = '@^https?://@i'; variable in OneLogin_Saml2_Utils319 $wrongProtocol = !preg_match(self::$_protocolRegex, $url);372 self::$_protocolRegex = $protocolRegex;