WebSettings.MixedContentCompatibilityMode フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Webkit.MixedContentHandling enum directly instead of this field.

このモードでは、WebView は、混合コンテンツに関する最新の Web ブラウザーのアプローチとの互換性を試みます。

[Android.Runtime.Register("MIXED_CONTENT_COMPATIBILITY_MODE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Webkit.MixedContentHandling enum directly instead of this field.", true)]
public const Android.Webkit.MixedContentHandling MixedContentCompatibilityMode = 2;
[<Android.Runtime.Register("MIXED_CONTENT_COMPATIBILITY_MODE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Webkit.MixedContentHandling enum directly instead of this field.", true)>]
val mutable MixedContentCompatibilityMode : Android.Webkit.MixedContentHandling

フィールド値

Value = 2
属性

注釈

このモードでは、WebView は、混合コンテンツに関する最新の Web ブラウザーのアプローチとの互換性を試みます。 安全でないコンテンツの中には、セキュリティで保護された配信元によって読み込まれる可能性があり、その他の種類のコンテンツはブロックされます。 許可またはブロックされるコンテンツの種類は、リリースがリリースに変更される可能性があり、明示的に定義されていません。

このモードは、レンダリングするコンテンツを制御していないが、合理的に安全な環境で動作することを望むアプリで使用することを目的としています。 セキュリティを最大限に高めるために、アプリは #MIXED_CONTENT_NEVER_ALLOWを使用することをお勧めします。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象