aboutsummaryrefslogtreecommitdiff
path: root/config/qutebrowser/security.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config/qutebrowser/security.py2
1 files changed, 1 insertions, 1 deletions
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