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

sxv RegEx blocks shows from Hulu #49

Open
gjblizzard opened this issue Jul 7, 2021 · 1 comment
Open

sxv RegEx blocks shows from Hulu #49

gjblizzard opened this issue Jul 7, 2021 · 1 comment

Comments

@gjblizzard
Copy link

The ^ad([sxv]?[0-9]|system)_.-{1,}|[_.-]ad([sxv]?[0-9]|system)[_.-] regex blocks (for me it was a handful episodes of Lost, not all of them) shows on Hulu. Not sure why Lost, the Finals worked fine, not 100% sure how to fully DEBUG, but I was able to get Lost working again by disabling the above regex after some googling.

I did try playing around with the regex to filter out Hulu requests, but ended up just disabling it.

@StainlessSteele
Copy link

To fix Hulu I added to my allow list two entries:
(.|^)hulustream.com$
and
(.|^)conviva.com$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants