@@ -182,15 +182,15 @@ async function enable() {
182
182
persistAcrossSessions : true ,
183
183
matches : [ "<all_urls>" ] ,
184
184
excludeMatches : [
185
- "https://sso.godaddy.com/*" ,
186
- "https://authentication.td.com/*" ,
187
- "https://*.twitch.tv/*" ,
188
- "https://www.tuxedocomputers.com/*" ,
189
- "https://*.taobao.com/*" ,
190
- "https://*.time4learning.com/*" ,
191
- "https://*.edgenuity.com/*" ,
192
- "https://www.chewy.com/*" ,
193
- "https://*.duosecurity.com/*" ,
185
+ "https://sso.godaddy.com/*" , // See https://github.com/ruffle-rs/ruffle/pull/7146
186
+ "https://authentication.td.com/*" , // See https://github.com/ruffle-rs/ruffle/issues/2158
187
+ "https://*.twitch.tv/*" , // See https://github.com/ruffle-rs/ruffle/pull/8150
188
+ "https://www.tuxedocomputers.com/*" , // See https://github.com/ruffle-rs/ruffle/issues/11906
189
+ "https://*.taobao.com/*" , // See https://github.com/ruffle-rs/ruffle/pull/12650
190
+ "https://*.time4learning.com/*" , // See https://github.com/ruffle-rs/ruffle/pull/16186
191
+ "https://*.edgenuity.com/*" , // See https://github.com/ruffle-rs/ruffle/pull/16186
192
+ "https://www.chewy.com/*" , // See https://github.com/ruffle-rs/ruffle/issues/18265
193
+ "https://*.duosecurity.com/*" , // See https://github.com/ruffle-rs/ruffle/pull/18299
194
194
] ,
195
195
runAt : "document_start" ,
196
196
allFrames : true ,
0 commit comments