From: Samir Benmendil Date: Mon, 30 Oct 2023 22:03:53 +0000 (+0000) Subject: qutebrowser: disable webgl for most sites X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/af4b51742e3a5d810fda3db25e1dfb74c87146f4 qutebrowser: disable webgl for most sites I don't really want my browser to do fancy stuff. --- diff --git a/qutebrowser/config.py b/qutebrowser/config.py index ad51db6..a9066e0 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -787,7 +787,8 @@ with config.pattern('*://calendar.google.com/*') as p: ## Enable WebGL. ## Type: Bool -# c.content.webgl = True +c.content.webgl = False +config.set('content.webgl', True, '*://meet.google.com/*') ## Which interfaces to expose via WebRTC. ## Type: String