Privacybadger: Invisible Domain on Tracking List

Created on 8 Mar 2019  路  8Comments  路  Source: EFForg/privacybadger

Looks like this is related to: https://github.com/EFForg/privacybadger/issues/550

The first domain in my tracking list is an empty string. If it's related to that issue from a few years back, it may have to do with the number of tracking domains (mine here is about 2000). Unlike what one user describes in that original issue, I am able to move the slider in different directions on any of the domains in this list (although they often jump out of frame and move to another part of the list when done so, that can be filed in a separate issue.)

screen shot 2019-03-07 at 10 48 19 pm

bug duplicate

All 8 comments

Could you run the following script in your Badger's background page console and share what it prints out?

(function () {
  console.log("**** ACTION_MAP for ''");
  console.log(JSON.stringify(badger.storage.getBadgerStorageObject('action_map')._store[""], null, 2))
  console.log("**** SNITCH_MAP for ''");
  console.log(JSON.stringify(badger.storage.getBadgerStorageObject('snitch_map')._store[""], null, 2))
}());

Which browser do you use?

Which browser do you use?

Chrome 72.0.3626.121

Could you run the following script in your Badger's background page console and share what it prints out?

(function () {
  console.log("**** ACTION_MAP for ''");
  console.log(JSON.stringify(badger.storage.getBadgerStorageObject('action_map')._store[""], null, 2))
  console.log("**** SNITCH_MAP for ''");
  console.log(JSON.stringify(badger.storage.getBadgerStorageObject('snitch_map')._store[""], null, 2))
}());

Screen Shot 2019-03-10 at 5 37 30 PM
Cool trick!

I just tested this out with a new badger on Firefox 65.0.1 (64bit) and trained the badger to pick up on about 1100 tracking domains, but was unable to recreate the same kind of phantom URL.

Ah, if this is Chrome and the site domain is twitter.com, then the underlying issue was fixed in #2205. I guess we didn't do a migration to remove the leftover blank domain. You could remove it manually now if you wish. Sorry for the missed nit!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

urfausto picture urfausto  路  4Comments

BlackRabbit22 picture BlackRabbit22  路  5Comments

cypherpunk picture cypherpunk  路  6Comments

smarkwell picture smarkwell  路  5Comments

andresbase picture andresbase  路  4Comments