mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Issue #1378 - OpenID login failure.
This commit is contained in:
@@ -3225,7 +3225,7 @@ class e107
|
|||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
if(($key == "QUERY_STRING") && empty($_GET['hauth.done']) && ( // exception for hybridAuth.
|
if(($key == "QUERY_STRING") && empty($_GET['hauth_done']) && ( // exception for hybridAuth.
|
||||||
strpos(strtolower($input),"=http")!==FALSE
|
strpos(strtolower($input),"=http")!==FALSE
|
||||||
|| strpos(strtolower($input),strtolower("http%3A%2F%2F"))!==FALSE
|
|| strpos(strtolower($input),strtolower("http%3A%2F%2F"))!==FALSE
|
||||||
))
|
))
|
||||||
|
Reference in New Issue
Block a user