updates user agent to omit the version string to avoid a deprecation warning from united domains ;)

This commit is contained in:
2022-09-15 20:19:04 +02:00
parent c5de4f9e42
commit 2ec0eeefa4

View File

@@ -11,7 +11,8 @@ COOKIEFILE="/tmp/cookies.txt"
# fake user agent
UA="Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0"
UA="Mozilla/5.0 (X11; Ubuntu; Linux x86_64) Gecko/20100101 Firefox"
#UA="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0"
# * * * NO MORE CHANGES DOWN HERE * * *