qutebrowser: update new config v2.2.0

This commit is contained in:
FollieHiyuki 2021-04-15 00:19:52 +03:00
parent b8787b2c8d
commit fbda5add66
No known key found for this signature in database
GPG Key ID: 813CF484F4993419

View File

@ -86,13 +86,13 @@ c.content.media.video_capture = False
c.content.mouse_lock = False
# No notification
c.content.notifications = False
c.content.notifications.enabled = False
# Incognito
c.content.private_browsing = True
# SSL
c.content.ssl_strict = 'ask'
c.content.tls.certificate_errors = 'ask-block-thirdparty'
# Disable WebGL
c.content.webgl = False