Browse Source

Update searx.data - update_firefox_version.py

dalf 1 year ago
parent
commit
ae2762eb78
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": [
-        "117.0",
-        "116.0"
+        "118.0",
+        "117.0"
     ],
     "os": [
         "Windows NT 10.0; Win64; x64",
         "X11; Linux x86_64"
     ],
     "ua": "Mozilla/5.0 ({os}; rv:109.0) Gecko/20100101 Firefox/{version}"
-}
+}