qutebrowser: make sites ask for all A/V access
This commit is contained in:
parent
b06e43311a
commit
4cffd57f85
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user