aboutsummaryrefslogtreecommitdiff
path: root/config/qutebrowser/security.py
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2021-02-17 23:30:27 +0530
committerAkshay Nair <phenax5@gmail.com>2021-02-17 23:30:27 +0530
commit3c386f0ad6a6b538e5042437cab16d8fc4c59860 (patch)
treea80fa9097b9b33072398b3db4aacabe239bd0ca8 /config/qutebrowser/security.py
parent24589a4689ec7c4a3c722daeece04d76dd5b7f12 (diff)
downloadnixos-config-3c386f0ad6a6b538e5042437cab16d8fc4c59860.tar.gz
nixos-config-3c386f0ad6a6b538e5042437cab16d8fc4c59860.zip
Quotebrowser config change
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 f503b6d..5e8d026 100644
--- a/config/qutebrowser/security.py
+++ b/config/qutebrowser/security.py
@@ -38,7 +38,7 @@ c.content.geolocation = 'ask'
c.content.headers.do_not_track = True
c.content.headers.referer = 'never'
c.content.headers.user_agent = random_useragent()
-c.content.host_blocking.enabled = True
+c.content.blocking.enabled = True
c.content.media.audio_capture = 'ask'
c.content.media.video_capture = 'ask'
c.content.ssl_strict = 'ask'