qutebrowser: make sites ask for all A/V access

This commit is contained in:
surtur 2022-08-23 14:54:24 +02:00
parent b06e43311a
commit 4cffd57f85
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -273,6 +273,18 @@ config.set('content.javascript.enabled', True, 'chrome://*/*')
# Type: Bool
config.set('content.javascript.enabled', True, 'qute://*/*')
# Allow websites to record audio.
# Type: BoolAsk
# Valid values:
# - true
# - false
# - ask
c.content.media.audio_capture = 'ask'
c.content.media.audio_video_capture = 'ask'
c.content.media.video_capture = 'ask'
# 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