From: Samir Benmendil Date: Wed, 21 Feb 2024 00:31:29 +0000 (+0000) Subject: qutebrowser: allow webgl for robin X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/84bb08437ec1f956a21e51b33a4887e9d83822f1?ds=inline qutebrowser: allow webgl for robin Otherwise I cannot book my desk. --- diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 393878e..c8ed834 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -763,6 +763,7 @@ with config.pattern('*://calendar.google.com/*') as p: ## Type: Bool c.content.webgl = False config.set('content.webgl', True, '*://meet.google.com/*') +config.set('content.webgl', True, '*://*.robinpowered.com/*') ## Which interfaces to expose via WebRTC. ## Type: String