qutebrowser: allow WebGL

This commit is contained in:
surtur 2022-08-23 14:55:30 +02:00
parent 4cffd57f85
commit 81e3acc15d
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -302,6 +302,10 @@ c.content.pdfjs = False
# Type: List of File, or File # Type: List of File, or File
c.content.user_stylesheets = 'stylesheets/user.css' c.content.user_stylesheets = 'stylesheets/user.css'
# Enable WebGL.
# Type: Bool
c.content.webgl = True
# CSS selectors used to determine which elements on a page should have # CSS selectors used to determine which elements on a page should have
# hints. # hints.
# Type: Dict # Type: Dict