Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Gets the current behavior of the WebView with regard to loading insecure content from a
secure origin.
Set method documentation [Android Documentation]
Configures the WebView's behavior when a secure origin attempts to load a resource from an
insecure origin.
By default, apps that target NoType:android/os/Build$VERSION_CODES;Href=../../../reference/android/os/Build.VERSION_CODES.html#KITKAT or below default
to WebSettings.MixedContentAlwaysAllow. Apps targeting
NoType:android/os/Build$VERSION_CODES;Href=../../../reference/android/os/Build.VERSION_CODES.html#LOLLIPOP default to WebSettings.MixedContentNeverAllow.
The preferred and most secure mode of operation for the WebView is
WebSettings.MixedContentNeverAllow and use of WebSettings.MixedContentAlwaysAllow is
strongly discouraged.