qutebrowser: update config.py for new version
This commit is contained in:
parent
f8e3b70aee
commit
c5a2fa2f4d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user