summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-27 19:26:51 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-27 19:26:51 +0100
commit1c3489ce2fe37564d9df8970f2bbc4c3068db8e7 (patch)
treea33148834e63f9a05eeb00491ab5839da71bccfc
parentfe5738119a20423cbf24fef445fcfae505b9b967 (diff)
downloadqutebrowser-1c3489ce2fe37564d9df8970f2bbc4c3068db8e7.tar.gz
qutebrowser-1c3489ce2fe37564d9df8970f2bbc4c3068db8e7.zip
Update user agent completions
-rw-r--r--qutebrowser/config/configdata.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index 0b84292a3..0e8e40cd4 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -607,14 +607,14 @@ content.headers.user_agent:
# Vim-protip: Place your cursor below this comment and run
# :r!python scripts/dev/ua_fetch.py
- - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
- Gecko) Chrome/86.0.4240.75 Safari/537.36"
- - Chrome 86 Linux
+ Gecko) Chrome/87.0.4280.66 Safari/537.36"
+ - Chrome 87 Linux
- - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML,
- like Gecko) Chrome/86.0.4240.75 Safari/537.36"
- - Chrome 86 Win10
+ like Gecko) Chrome/87.0.4280.66 Safari/537.36"
+ - Chrome 87 Win10
- - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36
- (KHTML, like Gecko) Chrome/86.0.4240.80 Safari/537.36"
- - Chrome 86 macOS
+ (KHTML, like Gecko) Chrome/87.0.4280.67 Safari/537.36"
+ - Chrome 87 macOS
supports_pattern: true
desc: |
User agent to send.