How to capture image with html5 webcam without security prompt -
i need capture image web page without security warning.

page need webcam functionality can not switched https protocol. i've installed root certificates , made them trusted. tried insert iframe (which pointed secure protocol https://mysecurepage.com) inside page (http://mypage.com), not worked.
@bjelli correct - major security flaw internet content. imagine if go website start taking photos/recording going on without permissions or notifications!
however, working on intranet project disabling prompt quite safe. if in sort of position - there 1 thing can do;
if deploying browser, can override security prompt sites specify. don't know if working in such environment, way can avoid prompt together. similar things apply other browsers too.
Comments
Post a Comment