AdguardTeam / AdguardForWindows

AdGuard for Windows open bug tracker
https://adguard.com/
688 stars 72 forks source link

Provide user-agent presets #1371

Open ameshkov opened 7 years ago

ameshkov commented 7 years ago

Feature request: https://forum.adguard.com/index.php?threads/save-different-user-agents.15925/

We may need to retrieve it from the server somehow. Also updating this server-side list should be somehow automated.

Bluscream commented 7 years ago

Use github as CDN :)

ameshkov commented 7 years ago

Serving user agents file is not a problem. The problem is keeping this file updated:)

Bluscream commented 7 years ago

I would glady help

ameshkov commented 7 years ago

I am just thinking about how to automate this process. Do you know any good source of such data?

Bluscream commented 7 years ago

Atleast none that is actually up to date. But i can imagine something like shell or python script that crawls the ftp servers of modern browsers or smth.

Bluscream commented 7 years ago

We can take a whole different turn and make a User-Agent String builder. You can get version numbers of most browsers via their API.