aboutsummaryrefslogtreecommitdiff
path: root/config/qutebrowser/security.py
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2021-06-01 21:52:17 +0530
committerAkshay Nair <phenax5@gmail.com>2021-06-01 21:52:17 +0530
commitd57b1d7e7b0b3223d6e8bcf6a01e5437c9d8e8d2 (patch)
treee1eca59792b0a0000b44f8e3760f4d8009085bb3 /config/qutebrowser/security.py
parent7b95cfc39c6f57b59897cd6264656b805438f70d (diff)
downloadnixos-config-d57b1d7e7b0b3223d6e8bcf6a01e5437c9d8e8d2.tar.gz
nixos-config-d57b1d7e7b0b3223d6e8bcf6a01e5437c9d8e8d2.zip
Fixes qutebrowser config after update
Diffstat (limited to 'config/qutebrowser/security.py')
-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