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).
Namespace: DevCase.ThirdParty.GeckoFxAssembly: 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; }
Public Shared Property ExtensionBlocklistEnabled As Boolean
Get
Set
Dim value As Boolean
value = UtilGeckoFx.ExtensionBlocklistEnabled
UtilGeckoFx.ExtensionBlocklistEnabled = value
public:
static property bool ExtensionBlocklistEnabled {
bool get ();
void set (bool value);
}
static member ExtensionBlocklistEnabled : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean if extension blocklist is enabled, otherwise,
.
Recommended value: