summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-04-13 09:40:11 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-04-13 10:16:19 +0200
commit929d635dc53f35ad8f063080ded3908dd24960df (patch)
tree5bd9249332b296c18895fcb45528334d2fad541c
parent075b6823b62c8b4b86957819110fd177b2acf4a4 (diff)
downloadqutebrowser-929d635dc53f35ad8f063080ded3908dd24960df.tar.gz
qutebrowser-929d635dc53f35ad8f063080ded3908dd24960df.zip
Update UA 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 596c8e1e7..65de2772f 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -651,14 +651,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/88.0.4324.96 Safari/537.36"
- - Chrome 88 Linux
+ 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/88.0.4324.104 Safari/537.36"
- - Chrome 88 Win10
+ like Gecko) Chrome/89.0.4389.90 Safari/537.36"
+ - Chrome 89 Win10
- - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36
- (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36"
- - Chrome 88 macOS
+ (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
+ - Chrome 89 macOS
supports_pattern: true
desc: |
User agent to send.