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:56:14 +0100
commitaa1b6e0c5fa0eb2d5a3a8e052c5d50ecaa38ed5a (patch)
treeddab1f1dfabf44e2117c4be8e55a4e97d86c5b89
parent3c9b5c183b1c5f4fb138b138dfb91806660681e2 (diff)
downloadqutebrowser-aa1b6e0c5fa0eb2d5a3a8e052c5d50ecaa38ed5a.tar.gz
qutebrowser-aa1b6e0c5fa0eb2d5a3a8e052c5d50ecaa38ed5a.zip
Update user agent completions
(cherry picked from commit bb97af74fb4c57d73b6939e72ae34ae6fa042f79)
-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 f12575f11..6e7553f92 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -720,14 +720,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.