Browse Source

Update searx.data - update_firefox_version.py

dalf 1 year ago
parent
commit
59a67f30c8
1 changed files with 3 additions and 3 deletions
  1. 3 3
      searx/data/useragents.json

+ 3 - 3
searx/data/useragents.json

@@ -1,11 +1,11 @@
 {
 {
     "versions": [
     "versions": [
-        "119.0",
-        "118.0"
+        "121.0",
+        "120.0"
     ],
     ],
     "os": [
     "os": [
         "Windows NT 10.0; Win64; x64",
         "Windows NT 10.0; Win64; x64",
         "X11; Linux x86_64"
         "X11; Linux x86_64"
     ],
     ],
     "ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}"
     "ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}"
-}
+}