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することをお勧めします。

android.webkit.WebSettings.MIXED_CONTENT_COMPATIBILITY_MODEJava ドキュメント。

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

適用対象