summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-06-28 17:28:52 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-06-28 17:28:52 +0200
commit7a9c6cad762dbc4e2dbcf3d0c74b0c0e6d8654a7 (patch)
tree6994e8e7394d8e19b66948b1a8b11f857f6267e3
parent631c8d43a33a74549f71693a622af8f31e4e0059 (diff)
downloadqutebrowser-7a9c6cad762dbc4e2dbcf3d0c74b0c0e6d8654a7.tar.gz
qutebrowser-7a9c6cad762dbc4e2dbcf3d0c74b0c0e6d8654a7.zip
Update UA completions
-rw-r--r--qutebrowser/config/configdata.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index 297668a9f..c0caeba26 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -676,15 +676,15 @@ content.headers.user_agent:
# 'ua_fetch.py'
# 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/89.0.4389.90 Safari/537.36"
- - Chrome 89 Linux
- - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML,
- like Gecko) Chrome/89.0.4389.90 Safari/537.36"
- - Chrome 89 Win10
+ like Gecko) Chrome/90.0.4430.93 Safari/537.36"
+ - Chrome 90 Win10
- - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36
- (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
- - Chrome 89 macOS
+ (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36"
+ - Chrome 90 macOS
+ - - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
+ Gecko) Chrome/90.0.4430.93 Safari/537.36"
+ - Chrome 90 Linux
supports_pattern: true
desc: |
User agent to send.