From 194be21ee55e8c32d717415fa9eefa86e6e9adff Mon Sep 17 00:00:00 2001 From: Ludovic LANGE Date: Sun, 26 Jul 2020 00:53:47 +0200 Subject: [PATCH] [browser/profiles] Update browser UserAgent to help edf.fr --- weboob/browser/profiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weboob/browser/profiles.py b/weboob/browser/profiles.py index 92a0e81c63..69b0f73558 100644 --- a/weboob/browser/profiles.py +++ b/weboob/browser/profiles.py @@ -83,7 +83,7 @@ def setup_session(self, session): ('Accept-Language', 'en-US,en;q=0.5'), ('Accept-Encoding', 'gzip, deflate'), ('Accept', 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'), - ('User-Agent', 'Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0'), + ('User-Agent', 'Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0'), ('Upgrade-Insecure-Requests', '1'), ('DNT', '1'), ]) -- GitLab