From 6316bb82fd3e51cc1f214ad7c84a392251d44ba2 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 10 May 2020 15:25:47 +0100 Subject: [PATCH] qutebrowser: enable notifications for some sites --- qutebrowser/config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 66d82b8..105759f 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -786,7 +786,9 @@ c.content.headers.accept_language = 'en-UK;q=1.0, en;q=0.9, de;q=0.7, fr;q=0.7, ## - true ## - false ## - ask -# c.content.notifications = 'ask' +c.content.notifications = 'ask' +config.set('content.notifications', True, '*://*.gitlab.com/*') +config.set('content.notifications', True, '*://*.google.com/*') ## Allow pdf.js to view PDF files in the browser. Note that the files can ## still be downloaded by clicking the download button in the pdf.js -- 2.48.1