AdguardForWindows icon indicating copy to clipboard operation
AdguardForWindows copied to clipboard

Provide user-agent presets

Open ameshkov opened this issue 9 years ago • 6 comments

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.

ameshkov avatar Nov 10 '16 14:11 ameshkov

Use github as CDN :)

Bluscream avatar Nov 10 '16 14:11 Bluscream

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

ameshkov avatar Nov 10 '16 21:11 ameshkov

I would glady help

Bluscream avatar Nov 10 '16 22:11 Bluscream

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

ameshkov avatar Nov 11 '16 09:11 ameshkov

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 avatar Nov 11 '16 09:11 Bluscream

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.

  • Firefox: https://product-details.mozilla.org/1.0/firefox_versions.json

Bluscream avatar Aug 02 '17 17:08 Bluscream