qutebrowser: update config.py for new version

This commit is contained in:
Timothy DeHerrera 2021-02-02 09:27:19 -07:00
parent f8e3b70aee
commit c5a2fa2f4d
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -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.