-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
getUserMedia was supposed to work only via HTTPS, but web-dictaphone runs okay over HTTP on Android? #244
Comments
And yes it does say that localhost is considered secure, however I thought it would still require HTTPS. |
Or it means like it says on: https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts
But then it's confusing that Firefox still marks it as insecure. |
Firefox doesn't mark HTTP as insecure. |
It does. |
Where? I just created an HTTP server with |
Based on:
https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia
the getUserMedia() method should be available only in secure contexts (HTTPS).
However, I am deploying web-dictaphone on CivetWeb (https://github.com/civetweb/civetweb) locally and it seems to run fine over HTTP.
The browsers even say it's truly an insecure context.
The text was updated successfully, but these errors were encountered: