EFForg / privacybadger

Privacy Badger is a browser extension that automatically learns to block invisible trackers.
https://privacybadger.org
Other
3.13k stars 380 forks source link

api.trakt.tv is blocked when using TraktRoller with Crunchyroll #2524

Open justalemon opened 4 years ago

justalemon commented 4 years ago

What is your browser and browser version?

Vivaldi 2.9.1705.41

What is broken and where?

When I use Crunchyroll with the TraktRoller user script, Privacy Badger blocks the Trakt API that is required for the script to work, making it unusable.

image

When I try on a fresh Chrome install, it doesn't know how to block the domain so everything works as expected.

image

What is the "culprit" domain?

api.trakt.tv

What is your debug output for this domain?

**** ACTION_MAP for trakt.tv
support.trakt.tv {
  "dnt": false,
  "heuristicAction": "",
  "nextUpdateTime": 1575078886237,
  "userAction": ""
}
trakt.tv {
  "dnt": false,
  "heuristicAction": "block",
  "nextUpdateTime": 0,
  "userAction": ""
}
walter.trakt.tv {
  "dnt": false,
  "heuristicAction": "",
  "nextUpdateTime": 1570472408317,
  "userAction": ""
}
api.trakt.tv {
  "userAction": "",
  "dnt": false,
  "heuristicAction": "",
  "nextUpdateTime": 1576459134740
}
**** SNITCH_MAP for trakt.tv
trakt.tv [
  "crunchyroll.com",
  "google.com",
  "kodi.tv"
]
ghostwords commented 4 years ago

Does setting api.trakt.tv to "yellow" work around the problem?

justalemon commented 4 years ago

Yep, that is what I did to make the User Script work.