From b06e43311a8f6c1ab4be6cd6b4ab6a4e2b201d21 Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 23 Aug 2022 14:53:21 +0200 Subject: [PATCH] qutebrowser: show notification origin --- .config/qutebrowser/config.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 3dd31e2..ab84d91 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -273,6 +273,13 @@ config.set('content.javascript.enabled', True, 'chrome://*/*') # Type: Bool config.set('content.javascript.enabled', True, 'qute://*/*') +# Whether to show the origin URL for notifications. Note that URL +# patterns with this setting only get matched against the origin part of +# the URL, so e.g. paths in patterns will never match. Note that with +# the `qt` presenter, origins are never shown. +# Type: Bool +c.content.notifications.show_origin = True + # 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 # viewer.