From 485708f1a371cf4b3fc004185d014849f950659b Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 27 Apr 2020 11:31:06 +0200 Subject: Update user_agent completions --- qutebrowser/config/configdata.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml index d055b92ba..38db52304 100644 --- a/qutebrowser/config/configdata.yml +++ b/qutebrowser/config/configdata.yml @@ -552,11 +552,11 @@ content.headers.user_agent: completions: # See https://techblog.willshouse.com/2012/01/03/most-common-user-agents/ - - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, - like Gecko) Chrome/79.0.3945.117 Safari/537.36" - - Chrome 79 Win10 + like Gecko) Chrome/80.0.3987.163 Safari/537.36" + - Chrome 80 Win10 - - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like - Gecko) Chrome/79.0.3945.117 Safari/537.36" - - Chrome 79 Linux + Gecko) Chrome/80.0.3987.149 Safari/537.36 " + - Chrome 80 Linux supports_pattern: true desc: | User agent to send. -- cgit v1.2.3-54-g00ecf