Update default user agents

This commit is contained in:
Émilien Devos 2020-04-21 20:50:16 +00:00 committed by GitHub
parent f18f94a857
commit 7a50522a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
{ {
"versions": [ "versions": [
"74.0", "75.0",
"73.0.1", "74.0.1",
"73.0" "74.0"
], ],
"os": [ "os": [
"Windows NT 10; WOW64", "Windows NT 10.0; WOW64",
"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}"