Skip to content

Commit 0b66946

Browse files
danielhjacobsDinnerbone
authored andcommitted
extension: Link to issues and PRs for reasons for exclusions
1 parent 29a9c38 commit 0b66946

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

web/packages/extension/manifest.json5

+9-9
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
{
1515
"matches": ["<all_urls>"],
1616
"exclude_matches": [
17-
"https://sso.godaddy.com/*",
18-
"https://authentication.td.com/*",
19-
"https://*.twitch.tv/*",
20-
"https://www.tuxedocomputers.com/*",
21-
"https://*.taobao.com/*",
22-
"https://*.time4learning.com/*",
23-
"https://*.edgenuity.com/*",
24-
"https://www.chewy.com/*",
25-
"https://*.duosecurity.com/*",
17+
"https://sso.godaddy.com/*", // See https://github.com/ruffle-rs/ruffle/pull/7146
18+
"https://authentication.td.com/*", // See https://github.com/ruffle-rs/ruffle/issues/2158
19+
"https://*.twitch.tv/*", // See https://github.com/ruffle-rs/ruffle/pull/8150
20+
"https://www.tuxedocomputers.com/*", // See https://github.com/ruffle-rs/ruffle/issues/11906
21+
"https://*.taobao.com/*", // See https://github.com/ruffle-rs/ruffle/pull/12650
22+
"https://*.time4learning.com/*", // See https://github.com/ruffle-rs/ruffle/pull/16186
23+
"https://*.edgenuity.com/*", // See https://github.com/ruffle-rs/ruffle/pull/16186
24+
"https://www.chewy.com/*", // See https://github.com/ruffle-rs/ruffle/issues/18265
25+
"https://*.duosecurity.com/*", // See https://github.com/ruffle-rs/ruffle/pull/18299
2626
],
2727
"js": ["dist/content.js"],
2828
"all_frames": true,

web/packages/extension/src/background.ts

+9-9
Original file line numberDiff line numberDiff line change
@@ -182,15 +182,15 @@ async function enable() {
182182
persistAcrossSessions: true,
183183
matches: ["<all_urls>"],
184184
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
194194
],
195195
runAt: "document_start",
196196
allFrames: true,

0 commit comments

Comments
 (0)