From d57b1d7e7b0b3223d6e8bcf6a01e5437c9d8e8d2 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 1 Jun 2021 21:52:17 +0530 Subject: Fixes qutebrowser config after update --- config/qutebrowser/security.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/qutebrowser/security.py') diff --git a/config/qutebrowser/security.py b/config/qutebrowser/security.py index 5e8d026..c1f4c5b 100644 --- a/config/qutebrowser/security.py +++ b/config/qutebrowser/security.py @@ -41,7 +41,7 @@ c.content.headers.user_agent = random_useragent() c.content.blocking.enabled = True c.content.media.audio_capture = 'ask' c.content.media.video_capture = 'ask' -c.content.ssl_strict = 'ask' +c.content.tls.certificate_errors = 'ask' c.content.desktop_capture = 'ask' c.content.mouse_lock = 'ask' c.content.javascript.can_access_clipboard = True -- cgit v1.3.1