summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-04-01 16:33:40 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-04-01 16:33:40 +0200
commit16a7487f36482e70f9eaae64dc466e957dc30f0e (patch)
treeff7180e070c8e17d3d9c91b407446560c1721ff1
parent7270753ed9100e07bbeb5eec52dd909a3ac86928 (diff)
downloadqutebrowser-16a7487f36482e70f9eaae64dc466e957dc30f0e.tar.gz
qutebrowser-16a7487f36482e70f9eaae64dc466e957dc30f0e.zip
Update content.headers.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 490459681..057556deb 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -719,14 +719,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/92.0.4515.131 Safari/537.36"
- - Chrome 92 Win10
+ like Gecko) Chrome/97.0.4692.99 Safari/537.36"
+ - Chrome 97 Win10
- - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36
- (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36"
- - Chrome 92 macOS
+ (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36"
+ - Chrome 97 macOS
- - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
- Gecko) Chrome/92.0.4515.131 Safari/537.36"
- - Chrome 92 Linux
+ Gecko) Chrome/97.0.4692.99 Safari/537.36"
+ - Chrome 97 Linux
supports_pattern: true
desc: |
User agent to send.