MIXED_CONTENT_ALWAYS_ALLOW constant

AndroidMixedContentMode const MIXED_CONTENT_ALWAYS_ALLOW

In this mode, the WebView will allow a secure origin to load content from any other origin, even if that origin is insecure. This is the least secure mode of operation for the WebView, and where possible apps should not set this mode.

Implementation

static const MIXED_CONTENT_ALWAYS_ALLOW =
    AndroidMixedContentMode._internal(0, 0);