Skip to content

Commit

Permalink
extension: Disable Ruffle on Duo Security
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhjacobs committed Oct 17, 2024
1 parent 7a83fa8 commit a6321bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions web/packages/extension/manifest.json5
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"https://*.time4learning.com/*",
"https://*.edgenuity.com/*",
"https://www.chewy.com/*",
"https://*.duosecurity.com/*",
],
"js": ["dist/content.js"],
"all_frames": true,
Expand Down
1 change: 1 addition & 0 deletions web/packages/extension/src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ async function enable() {
"https://*.time4learning.com/*",
"https://*.edgenuity.com/*",
"https://www.chewy.com/*",
"https://*.duosecurity.com/*",
],
runAt: "document_start",
allFrames: true,
Expand Down

0 comments on commit a6321bf

Please sign in to comment.