summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-10-19 20:02:57 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-10-19 20:02:57 +0200
commitccb5480cf62641d86b53f98c91264bcef208b946 (patch)
tree37a92d2dd3647d3d98d0f11f770c2e7cb5c4943e
parent4f549669bc975a880063f93b4700cf2c9c0c3545 (diff)
downloadqutebrowser-ccb5480cf62641d86b53f98c91264bcef208b946.tar.gz
qutebrowser-ccb5480cf62641d86b53f98c91264bcef208b946.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 e57b25d2a..c3a46e0bb 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -752,14 +752,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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36
- (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36"
- - Chrome 114 macOS
+ (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36"
+ - Chrome 117 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
+ like Gecko) Chrome/117.0.0.0 Safari/537.36"
+ - Chrome 117 Win10
- - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
- Gecko) Chrome/114.0.0.0 Safari/537.36"
- - Chrome 114 Linux
+ Gecko) Chrome/117.0.0.0 Safari/537.36"
+ - Chrome 117 Linux
supports_pattern: true
desc: |
User agent to send.