diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-10-18 15:25:22 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-10-18 15:25:22 +0100 |
commit | 9e2efb2309748422315a6bc5218c34ef56370937 (patch) | |
tree | c2d7a70b623e6aad24aca3872595d1f12e25cf62 /.config | |
parent | 42db9f346b8451bc006abeeaf4da6375d358d873 (diff) |
Diffstat (limited to '.config')
-rw-r--r-- | .config/qutebrowser/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index db0c2ed..000632a 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -87,7 +87,7 @@ c.content.headers.accept_language = 'en-GB,en,el;q=0.9' # c.content.headers.user_agent = 'Mozilla/5.0 ({os_info}) QtWebEngine/{qt_version} qutebrowser/{qutebrowser_version} Chromium/{upstream_browser_version}' # Set Chromium back to 67.0.1 so I can sign in to GitLab due to cloudflare issues -c.content.headers.user_agent = 'Mozilla/5.0 ({os_info}) QtWebEngine/{qt_version} qutebrowser/{qutebrowser_version} Chromium/67.0.1' +c.content.headers.user_agent = 'Mozilla/5.0 ({os_info}) QtWebEngine/{qt_version} qutebrowser/{qutebrowser_version} Chrome/130.0.0.0' # Load images automatically in web pages. # Type: Bool |