qutebrowser: update config.py for new version
This commit is contained in:
parent
f8e3b70aee
commit
c5a2fa2f4d
1 changed files with 2 additions and 6 deletions
|
@ -2,8 +2,8 @@
|
||||||
# qute://help/configuring.html
|
# qute://help/configuring.html
|
||||||
# qute://help/settings.html
|
# qute://help/settings.html
|
||||||
|
|
||||||
# Uncomment this to still load settings configured via autoconfig.yml
|
# Disable autoconfig
|
||||||
# config.load_autoconfig()
|
config.load_autoconfig(False)
|
||||||
|
|
||||||
# Require a confirmation before quitting the application.
|
# Require a confirmation before quitting the application.
|
||||||
# Type: ConfirmQuit
|
# Type: ConfirmQuit
|
||||||
|
@ -47,10 +47,6 @@ c.content.dns_prefetch = True
|
||||||
|
|
||||||
c.content.webrtc_ip_handling_policy = "default-public-interface-only"
|
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
|
# Allow JavaScript to read from or write to the clipboard. With
|
||||||
# QtWebEngine, writing the clipboard as response to a user interaction
|
# QtWebEngine, writing the clipboard as response to a user interaction
|
||||||
# is always allowed.
|
# is always allowed.
|
||||||
|
|
Loading…
Reference in a new issue