Browser Says "Camera Blocked To Protect Your Privacy"
Answer :
- type url chrome://flags/#unsafely-treat-insecure-origin-as-secure
- Enter url in the textarea
- Choose Enabled in the select option Click image link bellow to see detail
example
Chrome blocks vulnerable features—including camera, location, microphone, etc. on non-secure sites. As of July 2018, with the release of Chrome 68, Chrome starts to mark all HTTP sites as "not secure."
You have three options to unblock these features for your site:
- Treat
192.168.10.79
as secure origins by settingchrome://flags/#unsafely-treat-insecure-origin-as-secure
. Origins must have their protocol specified, e.g.,http://192.168.10.79
. - Port forwarding your site address to
localhost
. Chrome treatslocalhost
as secure origins. - Set up a self-signed certificate for the server.
Comments
Post a Comment