UtilGeckoFxExtensionBlocklistEnabled Property

Gets or sets a value that determines wheter to retrieve a blocklist to restrict extension installation.

Mozilla applications will periodically retrieve a blocklist from the server specified in blocklistExtensions.url.

While Mozilla 's add-on system is a powerful feature, it can also be a vector for malware.

Specific extensions can be blocklisted from a central server (by default, addons.mozilla.org).

Definition

Namespace: DevCase.ThirdParty.GeckoFx
Assembly: DevCase.net48.ThirdParty.GeckoFx (in DevCase.net48.ThirdParty.GeckoFx.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool ExtensionBlocklistEnabled { get; set; }

Property Value

Boolean
if extension blocklist is enabled, otherwise, .

Remarks

Recommended value:

See Also