Skip to content

Commit

Permalink
extension: Link to issues and PRs for reasons for exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhjacobs authored and Dinnerbone committed Oct 17, 2024
1 parent 29a9c38 commit 0b66946
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions web/packages/extension/manifest.json5
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
{
"matches": ["<all_urls>"],
"exclude_matches": [
"https://sso.godaddy.com/*",
"https://authentication.td.com/*",
"https://*.twitch.tv/*",
"https://www.tuxedocomputers.com/*",
"https://*.taobao.com/*",
"https://*.time4learning.com/*",
"https://*.edgenuity.com/*",
"https://www.chewy.com/*",
"https://*.duosecurity.com/*",
"https://sso.godaddy.com/*", // See https://github.com/ruffle-rs/ruffle/pull/7146
"https://authentication.td.com/*", // See https://github.com/ruffle-rs/ruffle/issues/2158
"https://*.twitch.tv/*", // See https://github.com/ruffle-rs/ruffle/pull/8150
"https://www.tuxedocomputers.com/*", // See https://github.com/ruffle-rs/ruffle/issues/11906
"https://*.taobao.com/*", // See https://github.com/ruffle-rs/ruffle/pull/12650
"https://*.time4learning.com/*", // See https://github.com/ruffle-rs/ruffle/pull/16186
"https://*.edgenuity.com/*", // See https://github.com/ruffle-rs/ruffle/pull/16186
"https://www.chewy.com/*", // See https://github.com/ruffle-rs/ruffle/issues/18265
"https://*.duosecurity.com/*", // See https://github.com/ruffle-rs/ruffle/pull/18299
],
"js": ["dist/content.js"],
"all_frames": true,
Expand Down
18 changes: 9 additions & 9 deletions web/packages/extension/src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,15 +182,15 @@ async function enable() {
persistAcrossSessions: true,
matches: ["<all_urls>"],
excludeMatches: [
"https://sso.godaddy.com/*",
"https://authentication.td.com/*",
"https://*.twitch.tv/*",
"https://www.tuxedocomputers.com/*",
"https://*.taobao.com/*",
"https://*.time4learning.com/*",
"https://*.edgenuity.com/*",
"https://www.chewy.com/*",
"https://*.duosecurity.com/*",
"https://sso.godaddy.com/*", // See https://github.com/ruffle-rs/ruffle/pull/7146
"https://authentication.td.com/*", // See https://github.com/ruffle-rs/ruffle/issues/2158
"https://*.twitch.tv/*", // See https://github.com/ruffle-rs/ruffle/pull/8150
"https://www.tuxedocomputers.com/*", // See https://github.com/ruffle-rs/ruffle/issues/11906
"https://*.taobao.com/*", // See https://github.com/ruffle-rs/ruffle/pull/12650
"https://*.time4learning.com/*", // See https://github.com/ruffle-rs/ruffle/pull/16186
"https://*.edgenuity.com/*", // See https://github.com/ruffle-rs/ruffle/pull/16186
"https://www.chewy.com/*", // See https://github.com/ruffle-rs/ruffle/issues/18265
"https://*.duosecurity.com/*", // See https://github.com/ruffle-rs/ruffle/pull/18299
],
runAt: "document_start",
allFrames: true,
Expand Down

0 comments on commit 0b66946

Please sign in to comment.