privacybadger icon indicating copy to clipboard operation
privacybadger copied to clipboard

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

Open justalemon opened this issue 5 years ago • 2 comments

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"
]

justalemon avatar Dec 14 '19 15:12 justalemon

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

ghostwords avatar Dec 18 '19 16:12 ghostwords

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

justalemon avatar Dec 18 '19 19:12 justalemon