mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +09:00
Update core classes to refer to UA class for robot detection
This commit is contained in:
parent
f1441613a2
commit
37bce0343d
5 changed files with 17 additions and 93 deletions
|
|
@ -686,7 +686,7 @@ class Context
|
|||
public function checkSSO()
|
||||
{
|
||||
// pass if it's not GET request or XE is not yet installed
|
||||
if(!config('use_sso') || isCrawler())
|
||||
if(!config('use_sso') || Rhymix\Framework\UA::isRobot())
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue