[qutebrowser] Switch to the new at-based wordle

This commit is contained in:
Sebastian Schulze 2022-03-18 12:48:25 +01:00
parent 048c3fe411
commit 4552533bb0
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 1 additions and 1 deletions

View File

@ -67,5 +67,5 @@ for domain in ['www.windy.com', "experience.arcgis.com", "www.figma.com"]:
config.set('content.webgl', True, domain)
## JS Clipboard Access
for domain in ['wordle.uber.space', 'https://www.nytimes.com/games/wordle/index.html']:
for domain in ['wordle.at', 'https://www.nytimes.com/games/wordle/index.html']:
config.set('content.javascript.can_access_clipboard', True, domain)