qutebrowser: show notification origin

This commit is contained in:
surtur 2022-08-23 14:53:21 +02:00
parent 387e7e7c79
commit b06e43311a
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -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.