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
In a project I work on, the crawler detection makes the user-agent string uniform by lowercasing the user-agent string before passing into the crawler detection.
In the past this worked fine, but now after the sep 6 commit (and subsequent release) we started having issues with the detection of crawlers.
THIS BREAK BACKWARDS COMPATIBILITY
The text was updated successfully, but these errors were encountered:
jurasans
changed the title
IsCrawler in python is case sensitive now.
is_Crawler in python is case sensitive now.
Dec 17, 2024
jurasans
changed the title
is_Crawler in python is case sensitive now.
is_crawler in python is case sensitive now.
Dec 17, 2024
In a project I work on, the crawler detection makes the user-agent string uniform by lowercasing the user-agent string before passing into the crawler detection.
In the past this worked fine, but now after the sep 6 commit (and subsequent release) we started having issues with the detection of crawlers.
THIS BREAK BACKWARDS COMPATIBILITY
The text was updated successfully, but these errors were encountered: