diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-11-09 06:50:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-09 06:50:33 +0100 |
| commit | ee4475ff4b7f1d7d687606664c3b1dd4cafe5a99 (patch) | |
| tree | 78cd1984673ca372c5ce1b3d05a91ed5294cb46d /searx/data | |
| parent | d3949269a99a62e17d290c42c866661b65fe3119 (diff) | |
| parent | e473addaff3415e1892dc9e57da13d6378146d6f (diff) | |
Merge pull request #1934 from dalf/fix_user_agent
User agent: don't include the patch number in the Firefox version
Diffstat (limited to 'searx/data')
| -rw-r--r-- | searx/data/useragents.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/searx/data/useragents.json b/searx/data/useragents.json index c1559a149..b89cb1f3f 100644 --- a/searx/data/useragents.json +++ b/searx/data/useragents.json @@ -1,11 +1,6 @@ { "versions": [ - "106.0.2", - "106.0.1", "106.0", - "105.0.3", - "105.0.2", - "105.0.1", "105.0" ], "os": [ |