mirror of
https://github.com/searxng/searxng.git
synced 2025-12-28 06:30:02 +00:00
[mod] fetch firefox versions in a standalone script
This commit is contained in:
15
searx/data/useragents.json
Normal file
15
searx/data/useragents.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"os": [
|
||||
"Windows NT 10; WOW64",
|
||||
"X11; Linux x86_64"
|
||||
],
|
||||
"ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}",
|
||||
"versions": [
|
||||
"59.0.2",
|
||||
"59.0.1",
|
||||
"59.0",
|
||||
"58.0.2",
|
||||
"58.0.1",
|
||||
"58.0"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user