Search code examples
ioswebrtcmobile-safari

"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?


Solution

  • 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