From 435cd607149e3f7338ca347eb95b864c5afe1369 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sun, 15 Dec 2024 15:52:54 +0000 Subject: Removed unused user agent line --- .config/qutebrowser/config.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.config/qutebrowser/config.py') diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 7cee8e0..27f5bce 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -83,10 +83,7 @@ c.content.headers.accept_language = 'en-GB,en,el;q=0.9' # JavaScript requires a restart. # Type: FormatString -# Original that I setup but cloudflare gives issues logging into GitLab -# 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 +# Not using a custom user agent for now as it causes issues on various sites # 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. -- cgit v1.2.3