WebSettings.MixedContentNeverAllow Feld

Definition

Achtung

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

In diesem Modus lässt webView nicht zu, dass ein sicherer Ursprung Inhalte aus einem unsicheren Ursprung lädt.

[Android.Runtime.Register("MIXED_CONTENT_NEVER_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 MixedContentNeverAllow = 1;
[<Android.Runtime.Register("MIXED_CONTENT_NEVER_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 MixedContentNeverAllow : Android.Webkit.MixedContentHandling

Feldwert

Value = 1
Attribute

Hinweise

In diesem Modus lässt webView nicht zu, dass ein sicherer Ursprung Inhalte aus einem unsicheren Ursprung lädt. Dies ist der bevorzugte und sicherste Betriebsmodus für WebView und Apps wird dringend empfohlen, diesen Modus zu verwenden.

Java Dokumentation für android.webkit.WebSettings.MIXED_CONTENT_NEVER_ALLOW.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: