Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
justalemon opened this issue Dec 14, 2019 · 2 comments
Open

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

justalemon opened this issue Dec 14, 2019 · 2 comments

Comments

@justalemon
Copy link

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
Copy link
Member

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

@justalemon
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants