Browse Source

[data] update searx.data - update_firefox_version.py

return42 1 month ago
parent
commit
d7ca257fcd
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}",
     "ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}",
     "versions": [
     "versions": [
-        "135.0",
-        "134.0"
+        "136.0",
+        "135.0"
     ]
     ]
 }
 }