Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"WebRTC>Allow Media Capture on Insecure Sites" for iOS?

As of Safari 11, the desktop has a useful devtool that overrides restrictions to allow WebRTC on non-HTTPS sites:

enter image description here

I've been looking for a way to do something similar for the iOS version of Safari. but can't find anything. Any ideas?

like image 650
David K. Avatar asked Dec 01 '17 00:12

David K.


1 Answers

You can enable WebRTC on insecure origins by opening the iOS device web inspector window in Mac Safari clicking on the "document icon" to the far right on the top, (to the left of the search bar), near the "crosshair" icon.

Source

like image 157
Grigory Bogush Avatar answered Nov 16 '22 22:11

Grigory Bogush