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.