We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Peario isn't able to fetch m3u8 files because of CORS
To Reproduce Steps to reproduce the behavior:
Expected behavior A CORS error should not happen
Screenshots
Environment
Additional context This issue also happens to my friend using Windows 10 and Chrome
The text was updated successfully, but these errors were encountered:
Also worth noting here, working files like stats.json have Access-Control-Allow-Origin: * on their response headers while only m3u8 files don't.
Access-Control-Allow-Origin: *
Sorry, something went wrong.
tymmesyde
No branches or pull requests
Describe the bug
Peario isn't able to fetch m3u8 files because of CORS
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A CORS error should not happen
Screenshots
Environment
Additional context
This issue also happens to my friend using Windows 10 and Chrome
The text was updated successfully, but these errors were encountered: