summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-04-27 11:31:06 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-04-27 12:00:46 +0200
commit485708f1a371cf4b3fc004185d014849f950659b (patch)
tree184414f00696799a8cb1d6d12197070a0e5aab15
parent907f6db34f01c8c607b2a47bd59787a2af2b0095 (diff)
downloadqutebrowser-485708f1a371cf4b3fc004185d014849f950659b.tar.gz
qutebrowser-485708f1a371cf4b3fc004185d014849f950659b.zip
Update user_agent completions
-rw-r--r--qutebrowser/config/configdata.yml8
1 files 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.