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

Disable CORS #2285

Closed
LethalMaus opened this issue Jun 25, 2019 · 1 comment
Closed

Disable CORS #2285

LethalMaus opened this issue Jun 25, 2019 · 1 comment
Labels

Comments

@LethalMaus
Copy link

LethalMaus commented Jun 25, 2019

Hi,

I have no control over the server Im trying to request the .m3u8 from. Is it possible to remove the preflight request with the cors headers?

Thanks in advance

@michaelcunningham19
Copy link
Member

Hi @LethalMaus , Unfortunately you'll need to use a proxy server or some other server you control to re-write the headers on the responses from this server you don't control. Alternatively, you may be able to disable CORS in your browser. For Chrome: https://alfilatov.com/posts/run-chrome-without-cors/

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

No branches or pull requests

2 participants