Package org.mozilla.geckoview
Class WebExtension.BlocklistStateFlags
Object
org.mozilla.geckoview.WebExtension.BlocklistStateFlags
- Enclosing class:
- WebExtension
Describes the blocklist state for a
WebExtension
. See Add-ons that
cause stability or security issues are put on a blocklist .-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
This extension should be blocked and never used.static final int
This extension does not appear in the blocklist.static final int
This extension is considered outdated, and there is a known update available.static final int
This extension is in the blocklist but the problem is not severe enough to warant forcibly blocking.static final int
This extension is vulnerable and there is no update.static final int
This extension is vulnerable and there is an update. -
Constructor Summary
-
Method Summary
-
Field Details
-
NOT_BLOCKED
public static final int NOT_BLOCKEDThis extension does not appear in the blocklist.- See Also:
-
SOFTBLOCKED
public static final int SOFTBLOCKEDThis extension is in the blocklist but the problem is not severe enough to warant forcibly blocking.- See Also:
-
BLOCKED
public static final int BLOCKEDThis extension should be blocked and never used.- See Also:
-
OUTDATED
public static final int OUTDATEDThis extension is considered outdated, and there is a known update available.- See Also:
-
VULNERABLE_UPDATE_AVAILABLE
public static final int VULNERABLE_UPDATE_AVAILABLEThis extension is vulnerable and there is an update.- See Also:
-
VULNERABLE_NO_UPDATE
public static final int VULNERABLE_NO_UPDATEThis extension is vulnerable and there is no update.- See Also:
-
-
Constructor Details
-
BlocklistStateFlags
public BlocklistStateFlags()
-