parent
e8af559bd7
commit
73ae3abfc2
|
|
@ -541,7 +541,7 @@ def _init_site_specific_quirks():
|
||||||
# "{qt_key}/{qt_version} "
|
# "{qt_key}/{qt_version} "
|
||||||
# "{upstream_browser_key}/{upstream_browser_version_short} "
|
# "{upstream_browser_key}/{upstream_browser_version_short} "
|
||||||
# "Safari/{webkit_version}")
|
# "Safari/{webkit_version}")
|
||||||
firefox_ua = "Mozilla/5.0 ({os_info}; rv:144.0) Gecko/20100101 Firefox/144.0"
|
firefox_ua = "Mozilla/5.0 ({os_info}; rv:145.0) Gecko/20100101 Firefox/145.0"
|
||||||
|
|
||||||
# Needed for gitlab.gnome.org which blocks old Chromium versions outright,
|
# Needed for gitlab.gnome.org which blocks old Chromium versions outright,
|
||||||
# except when QtWebEngine/... is in the UA.
|
# except when QtWebEngine/... is in the UA.
|
||||||
|
|
|
||||||
|
|
@ -773,14 +773,14 @@ content.headers.user_agent:
|
||||||
# Vim-protip: Place your cursor below this comment and run
|
# Vim-protip: Place your cursor below this comment and run
|
||||||
# :r!python scripts/dev/ua_fetch.py
|
# :r!python scripts/dev/ua_fetch.py
|
||||||
- - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36
|
- - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36
|
||||||
(KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36"
|
(KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36"
|
||||||
- Chrome 141 macOS
|
- Chrome 142 macOS
|
||||||
- - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML,
|
- - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML,
|
||||||
like Gecko) Chrome/141.0.0.0 Safari/537.36"
|
like Gecko) Chrome/142.0.0.0 Safari/537.36"
|
||||||
- Chrome 141 Win10
|
- Chrome 142 Win10
|
||||||
- - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
|
- - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
|
||||||
Gecko) Chrome/141.0.0.0 Safari/537.36"
|
Gecko) Chrome/142.0.0.0 Safari/537.36"
|
||||||
- Chrome 141 Linux
|
- Chrome 142 Linux
|
||||||
supports_pattern: true
|
supports_pattern: true
|
||||||
desc: |
|
desc: |
|
||||||
User agent to send.
|
User agent to send.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue