summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-02-17 10:55:03 +0100
committerFlorian Bruhin <me@the-compiler.org>2023-02-17 10:55:03 +0100
commitbb97af74fb4c57d73b6939e72ae34ae6fa042f79 (patch)
treee29faa8c2f346c0a6793b79b3a39943aceb44c55
parentefb0cbb4a7b2fc3319ebc54e40ab63457937380d (diff)
downloadqutebrowser-bb97af74fb4c57d73b6939e72ae34ae6fa042f79.tar.gz
qutebrowser-bb97af74fb4c57d73b6939e72ae34ae6fa042f79.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 f63bddaca..d8e1ef16a 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -727,14 +727,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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML,
- like Gecko) Chrome/97.0.4692.99 Safari/537.36"
- - Chrome 97 Win10
+ like Gecko) Chrome/110.0.0.0 Safari/537.36"
+ - Chrome 110 Win10
- - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36
- (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36"
- - Chrome 97 macOS
+ (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36"
+ - Chrome 110 macOS
- - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
- Gecko) Chrome/97.0.4692.99 Safari/537.36"
- - Chrome 97 Linux
+ Gecko) Chrome/110.0.0.0 Safari/537.36"
+ - Chrome 110 Linux
supports_pattern: true
desc: |
User agent to send.