update default User-Agent header to Firefox 115 ESR

This commit is contained in:
Mike Fährmann
2023-07-05 15:12:50 +02:00
parent 0556e1ad45
commit 5b59a0d143
3 changed files with 5 additions and 5 deletions

View File

@@ -525,7 +525,7 @@ extractor.*.user-agent
Type
``string``
Default
``"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0"``
``"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Firefox/115.0"``
Description
User-Agent header value to be used for HTTP requests.

View File

@@ -10,7 +10,7 @@
"proxy": null,
"skip": true,
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Firefox/115.0",
"retries": 4,
"timeout": 30.0,
"verify": true,