Skip to content

Commit

Permalink
Merge pull request #759 from denschub/add-oversightboard.com
Browse files Browse the repository at this point in the history
Add oversightboard.com to the list of Facebook domains.
  • Loading branch information
groovecoder authored May 6, 2021
2 parents bb7db89 + 31113cd commit 2608b53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ const FACEBOOK_DOMAINS = [
"workplace.com", "www.workplace.com", "work.facebook.com",

"onavo.com",
"oculus.com", "oculusvr.com", "oculusbrand.com", "oculusforbusiness.com"
"oculus.com", "oculusvr.com", "oculusbrand.com", "oculusforbusiness.com",

"oversightboard.com", "www.oversightboard.com"
];

const MAC_ADDON_ID = "@testpilot-containers";
Expand Down

0 comments on commit 2608b53

Please sign in to comment.