You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and it works good with all search engines except Yandex. According to yandex documentation it has a lot of search bots and all of user-agents start with Yandex but this company also has own browser and search app. And on Android its user-agent looks like:
and contains the word Yandex. So its wrongly interpreted as search bot and the user doesn't get an authorization. I think you should replace yandex with yandexbot
The text was updated successfully, but these errors were encountered:
django-lazysignup uses
LAZYSIGNUP_USER_AGENT_BLACKLIST
with default value:and it works good with all search engines except Yandex. According to yandex documentation it has a lot of search bots and all of user-agents start with
Yandex
but this company also has own browser and search app. And on Android its user-agent looks like:and contains the word
Yandex
. So its wrongly interpreted as search bot and the user doesn't get an authorization. I think you should replaceyandex
withyandexbot
The text was updated successfully, but these errors were encountered: