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
Hey!
I'm using Browser Sync and I have a project who have some webm files. Browser sync doesn't seem to allow the request to webm files.
Here is what Chrome dev tools are saying: video.webm /video GET (canceled) video/webm 10.0.51.8:40 Parser 2.2 MB 2.2 MB 246 ms 30 ms
What is the workaround to allow them? If there is none, I think this is an issue!
Thanks per advance.
(Everything is OK with my localhost, without any specific htaccess)
The text was updated successfully, but these errors were encountered:
Not tested with videos at all yet, thanks for the heads up.
Sorry, something went wrong.
9833fbc
Please update to version 0.5.4 to fix this issue.
To prevent this happening with other file-types in the future, there is now a option that allows you to add your own.
https://github.com/shakyShane/browser-sync/wiki/Working-with-a-Config-File#wiki-excludedfiletypes
Successfully merging a pull request may close this issue.
Hey!
I'm using Browser Sync and I have a project who have some webm files.
Browser sync doesn't seem to allow the request to webm files.
Here is what Chrome dev tools are saying:
video.webm
/video
GET
(canceled)
video/webm
10.0.51.8:40
Parser
2.2 MB
2.2 MB
246 ms
30 ms
What is the workaround to allow them?
If there is none, I think this is an issue!
Thanks per advance.
(Everything is OK with my localhost, without any specific htaccess)
The text was updated successfully, but these errors were encountered: