Don't run on Twitch

Related to #7146. Similarly to #2158, Twitch has added similar page integrity protection, which prevents successful login when Ruffle is enabled.
This commit is contained in:
nosamu 2022-10-01 21:38:51 -05:00 committed by Adrian Wielgosik
parent 65153b94dc
commit d8e8331957
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@
"matches": ["<all_urls>"],
"exclude_matches": [
"https://sso.godaddy.com/*",
"https://authentication.td.com/*"
"https://authentication.td.com/*",
"https://*.twitch.tv/*",
],
"js": ["dist/content.js"],
"all_frames": true,