Browse Source

[data] update searx.data - update_firefox_version.py (#4954)

Co-authored-by: searxng-bot <searxng-bot@users.noreply.github.com>
github-actions[bot] 2 days ago
parent
commit
60be0f453e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      searx/data/useragents.json

+ 2 - 2
searx/data/useragents.json

@@ -5,7 +5,7 @@
     ],
     "ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}",
     "versions": [
-        "139.0",
-        "138.0"
+        "140.0",
+        "139.0"
     ]
 }