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.