astrosonic / sanctuary

A secure synchronous lightweight chatroom with zero logging and total transience
GNU General Public License v3.0
53 stars 11 forks source link

Web browser continues blocking microphone access due to unsecured connection #35

Open sohansp24 opened 4 years ago

sohansp24 commented 4 years ago

The Web browser, to protect privacy of the user, keeps blocking microphone access even if permission is allowed. Accessing website using https also doesn't work.

sohansp24 commented 4 years ago

The Web browser, to protect privacy of the user, keeps blocking microphone access even if permission is allowed. Accessing website using https also doesn't work.

gridhead commented 4 years ago

Accessing website using https also doesn't work.

The TLS is yet not implemented on the web app. It is not a requirement as of now but it must be implemented once it gets hosted.

The Web browser, to protect privacy of the user, keeps blocking microphone access even if permission is allowed.

Can you confirm this with both Chrome and Firefox?

sohansp24 commented 4 years ago

Yes on both Chrome and Firefox, microphone access is being blocked