[qutebrowser] Allow WebGL for windy.com

This commit is contained in:
Sebastian Schulze 2022-01-18 21:15:39 +01:00
parent 8f8409a542
commit 53ad4b9346
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 5 additions and 0 deletions

View File

@ -50,3 +50,8 @@ config.bind('<z><l>', 'spawn --userscript qute-pass --mode gopass --username-tar
config.bind('<z><u><l>', 'spawn --userscript qute-pass --mode gopass --username-target secret --username-pattern "user: (.+)" --username-only')
config.bind('<z><p><l>', 'spawn --userscript qute-pass --mode gopass --username-target secret --username-pattern "user: (.+)" --password-only')
config.bind('<z><o><l>', 'spawn --userscript qute-pass --mode gopass --username-target secret --username-pattern "user: (.+)" --otp-only')
# per Domain settings
with config.pattern('*://windy.com') as p:
p.content.webgl = True