Skip to content

Commit

Permalink
Merge pull request #899 from mozilla/add-internal-fb-urls
Browse files Browse the repository at this point in the history
Add Meta owned URLS to FBC contained URLs list
  • Loading branch information
maxxcrawford authored Jun 9, 2023
2 parents 6b3f9f9 + 102e8a5 commit 2d6a0c4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contain-facebook",
"version": "2.3.9",
"version": "2.3.10",
"description": "Facebook Container isolates your Facebook activity from the rest of your web activity in order to prevent Facebook from tracking you outside of the Facebook website via third party cookies. ",
"main": "background.js",
"scripts": {
Expand Down
6 changes: 4 additions & 2 deletions src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ const FACEBOOK_CONTAINER_DETAILS = {
};

const FACEBOOK_DOMAINS = [
"facebook.com", "www.facebook.com", "facebook.net", "fb.com",
"facebook.com", "www.facebook.com", "facebook.net", "fb.com", "fb.me",
"fbcdn.net", "fbcdn.com", "fbsbx.com", "tfbnw.net",
"facebook-web-clients.appspot.com", "fbcdn-profile-a.akamaihd.net", "fbsbx.com.online-metrix.net", "connect.facebook.net.edgekey.net",

"facebookrecruiting.com", "facebookblueprint.com",

"fburl.com", "internalfb.com",

"instagram.com",
"cdninstagram.com", "instagramstatic-a.akamaihd.net", "instagramstatic-a.akamaihd.net.edgesuite.net",

Expand All @@ -25,7 +27,7 @@ const FACEBOOK_DOMAINS = [
"onavo.com",
"oculus.com", "oculusvr.com", "oculusbrand.com", "oculusforbusiness.com",

"mapwith.ai", "wit.ai",
"mapwith.ai", "wit.ai", "mapillary.com",

"oversightboard.com", "www.oversightboard.com",

Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Facebook Container",
"version": "2.3.9",
"version": "2.3.10",

"incognito": "not_allowed",

Expand Down

0 comments on commit 2d6a0c4

Please sign in to comment.