[qutebrowser] Sort list of allowed WebGL domains and add ADSB and Komoot

This commit is contained in:
Sebastian Schulze 2023-06-20 21:48:34 +02:00
parent 694592724b
commit 75184a072a
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 8 additions and 1 deletions

View File

@ -91,7 +91,14 @@ config.bind('ygm', 'spawn get-gitlab-shortcode-as-markdown {url}')
# per Domain settings
## WebGL
for domain in ['www.windy.com', "experience.arcgis.com", "www.figma.com", "figma.com"]:
for domain in [
'www.windy.com',
"experience.arcgis.com",
"www.figma.com",
"figma.com",
"globe.adsbexchange.com",
"www.komoot.de",
]:
config.set('content.webgl', True, domain)
## JS Clipboard Access