summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-08-16 10:06:22 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-08-16 10:06:22 +0200
commitd7b33759e537a759fb4cf90adfcc98f1a3ec7626 (patch)
tree7e6f815e9dc829c62fad9803acd37abf958be919
parent0d431ddc5dd83def79aff884033b34ee3e597abe (diff)
downloadqutebrowser-d7b33759e537a759fb4cf90adfcc98f1a3ec7626.tar.gz
qutebrowser-d7b33759e537a759fb4cf90adfcc98f1a3ec7626.zip
Update content.headers.user_agent completion
-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 27748cdec..e8eba9de3 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -732,15 +732,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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML,
- 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/110.0.0.0 Safari/537.36"
- - Chrome 110 macOS
+ (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36"
+ - Chrome 114 macOS
+ - - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML,
+ like Gecko) Chrome/114.0.0.0 Safari/537.36"
+ - Chrome 114 Win10
- - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
- Gecko) Chrome/110.0.0.0 Safari/537.36"
- - Chrome 110 Linux
+ Gecko) Chrome/114.0.0.0 Safari/537.36"
+ - Chrome 114 Linux
supports_pattern: true
desc: |
User agent to send.