次の方法で共有


WebSettings.MixedContentAlwaysAllow フィールド

定義

注意事項

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

このモードでは、WebView を使用すると、その配信元が安全でない場合でも、安全な配信元が他の配信元からコンテンツを読み込むことができます。

[Android.Runtime.Register("MIXED_CONTENT_ALWAYS_ALLOW")]
[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 MixedContentAlwaysAllow = 0;
[<Android.Runtime.Register("MIXED_CONTENT_ALWAYS_ALLOW")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Webkit.MixedContentHandling enum directly instead of this field.", true)>]
val mutable MixedContentAlwaysAllow : Android.Webkit.MixedContentHandling

フィールド値

Value = 0
属性

注釈

このモードでは、WebView を使用すると、その配信元が安全でない場合でも、安全な配信元が他の配信元からコンテンツを読み込むことができます。 これは、WebView の最も安全性の低い操作モードであり、可能な場合はアプリでこのモードを設定しないでください。

の Java ドキュメントandroid.webkit.WebSettings.MIXED_CONTENT_ALWAYS_ALLOW

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象