gnaudio / jabra-browser-integration

JavaScript library to control a Jabra headset from a browser
https://www.npmjs.com/package/@gnaudio/jabra-browser-integration
MIT License
3 stars 1 forks source link

Localhost should be considered a secure context #86

Open jp1987 opened 3 years ago

jp1987 commented 3 years ago

The Your browser needs https for lookup to work check should accept requests made from localhost, see https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia#privacy_and_security and https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts

A secure context is, in short, a page loaded using HTTPS or the file:/// URL scheme, or a page loaded from localhost.