diff --git a/home/.config/qutebrowser/config.py b/home/.config/qutebrowser/config.py index 697784d..18eb653 100644 --- a/home/.config/qutebrowser/config.py +++ b/home/.config/qutebrowser/config.py @@ -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