From 4cffd57f85f10ef6573e513780e4de09f8d8f05a Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 23 Aug 2022 14:54:24 +0200 Subject: [PATCH] qutebrowser: make sites ask for all A/V access --- .config/qutebrowser/config.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index ab84d91..9a1bf2a 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -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