From 3be040b6988c60f365a93778630cfec5d853eb33 Mon Sep 17 00:00:00 2001 From: Phantop Date: Sun, 1 Nov 2020 18:36:05 -0500 Subject: [PATCH] Qute: make tuta shut up about notifications --- .config/qutebrowser/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index ff7f297..81ffcd3 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -27,6 +27,7 @@ hosts.append("https://raw.githubusercontent.com/jmdugan/blocklists/master/corpor hosts.append("https://github.com/Perflyst/PiHoleBlocklist/raw/master/AmazonFireTV.txt") config.set('content.register_protocol_handler', True, 'https://mail.tutanota.com') +config.set('content.notifications', True, 'https://mail.tutanota.com') config.set('content.register_protocol_handler', False, 'https://mail.google.com?extsrc=mailto&url=%25s') config.set('content.desktop_capture', True, 'https://discord.com') config.set('content.media.audio_capture', True, 'https://discord.com')