Chrome version 60 SpeechRecognition -
after version 60 webkitspeechrecognition disabled non https websites. major issue developing purposes mainly. there way bypass/disable security feature?
the issue popup supposed ask if want access mic never displaying on http, on https.
setting https dev not easy, need way bypass this.
short answer, no. can't disable it.
but, can host though localhost
in iis if have windows. there's tutorial on how here. once register iis, have add permissions can view in in browser localhost
.
if running linux, can install apache2 , drop /var/www/public_html/{websitename}.
access though browser through localhost
. there's tutorial on install apache here.
there should way enable microphone work through browser when working local files. once set localhost
though, it's relatively simple work with.
Comments
Post a Comment