From 8fbc7fb0237ca409695808edfac7968359e144e3 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sun, 4 Apr 2021 15:00:54 -0700 Subject: [PATCH] stub to disable webgl on some hosts --- .config/qutebrowser/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index d43693d..35953b6 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -4,3 +4,4 @@ config.set('content.notifications', True, 'https://pleroma.thrrgilag.space') config.set('content.notifications', False, 'https://www.reddit.com') config.set('content.notifications', True, 'https://broadsword.s3rv.com') config.set('colors.webpage.prefers_color_scheme_dark', True) +#config.set('content.webgl', False) # might be needed on other hosts