From c5a2fa2f4d84552c8ba2ae641197f21b634f82b2 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Tue, 2 Feb 2021 09:27:19 -0700 Subject: [PATCH] qutebrowser: update config.py for new version --- profiles/graphical/qutebrowser/config.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/profiles/graphical/qutebrowser/config.py b/profiles/graphical/qutebrowser/config.py index 787b1c38..d25ef7d3 100644 --- a/profiles/graphical/qutebrowser/config.py +++ b/profiles/graphical/qutebrowser/config.py @@ -2,8 +2,8 @@ # qute://help/configuring.html # qute://help/settings.html -# Uncomment this to still load settings configured via autoconfig.yml -# config.load_autoconfig() +# Disable autoconfig +config.load_autoconfig(False) # Require a confirmation before quitting the application. # Type: ConfirmQuit @@ -47,10 +47,6 @@ c.content.dns_prefetch = True c.content.webrtc_ip_handling_policy = "default-public-interface-only" -# Enable host blocking. -# Type: Bool -c.content.host_blocking.enabled = False - # Allow JavaScript to read from or write to the clipboard. With # QtWebEngine, writing the clipboard as response to a user interaction # is always allowed.