From 2ec0eeefa477a58492463a057aa9b55f38bd6c09 Mon Sep 17 00:00:00 2001 From: Florian Loeffler Date: Thu, 15 Sep 2022 20:19:04 +0200 Subject: [PATCH] updates user agent to omit the version string to avoid a deprecation warning from united domains ;) --- unitedDomainsCtrl.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unitedDomainsCtrl.sh b/unitedDomainsCtrl.sh index 68a8c94..79a721c 100755 --- a/unitedDomainsCtrl.sh +++ b/unitedDomainsCtrl.sh @@ -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 * * *