1
0
mirror of https://github.com/lancedikson/bowser synced 2026-09-23 20:44:24 +00:00
Files
lancedikson_bowser/test
copilot-swe-agent[bot] 4bd1024901 feat: add recognition for Google and Bing search bot user agents
Add support for detecting additional Google and Bing crawlers that were
not previously recognized by bowser:

Google bots:
- AdsBot-Google (including AdsBot-Google-Mobile)
- Mediapartners-Google (Google AdSense crawler)
- APIs-Google
- FeedFetcher-Google
- Google-InspectionTool
- GoogleOther

Bing bots:
- BingPreview
- AdIdxBot (adidxbot)

Each new bot is added to parser-browsers.js, parser-platforms.js,
constants.js (BROWSER_ALIASES_MAP and BROWSER_MAP), and acceptance
test fixtures in useragentstrings.yml.

Co-authored-by: naorpeled <6171622+naorpeled@users.noreply.github.com>
2026-03-14 14:28:00 +00:00
..