Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HeaderGenerator: restrict to more recent browser versions (#5938)
Some website gives "browser too old" errors because of Cloudflare. Somehow, depending on the protection level, we can mitigate those issues by generating a good user agent with more recent Chrome/Firefox versions. This PR only makes sure we generate user-agents with browser major versions >= 100 for Chrome and Firefox, and =< 113 or 114 (Current major version for FF / Chrome) This is more fingertprintable because there are less combinations :/
- Loading branch information