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

Chrome: All videos now say "unavailable" in pop-out window #356

Closed
340829762948305 opened this issue Aug 22, 2021 · 1 comment · Fixed by #361
Closed

Chrome: All videos now say "unavailable" in pop-out window #356

340829762948305 opened this issue Aug 22, 2021 · 1 comment · Fixed by #361
Labels

Comments

@340829762948305
Copy link

Chrome Version 92.0.4515.159 (Official Build) (64-bit)

@rthaut rthaut added the bug label Sep 21, 2021
@rthaut
Copy link
Owner

rthaut commented Sep 21, 2021

It looks like the Referer header is not actually being set in Chrome. This is most likely due to needing to add the extraHeaders option for Chrome 72+.

rthaut added a commit that referenced this issue Sep 23, 2021
* ensure Referer header is set for Chrome 72+ (closes #356)
* refactor Web Request logic
* add `onSendHeaders` event listener for debugging
@rthaut rthaut mentioned this issue Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants