public static class WebExtension.BlocklistStateFlags extends Object
WebExtension
.
See
Add-ons that cause stability or security issues are put on a blocklist
.Modifier and Type | Field and Description |
---|---|
static int |
BLOCKED
This extension should be blocked and never used.
|
static int |
NOT_BLOCKED
This extension does not appear in the blocklist.
|
static int |
OUTDATED
This extension is considered outdated, and there is a known update
available.
|
static int |
SOFTBLOCKED
This extension is in the blocklist but the problem is not severe
enough to warant forcibly blocking.
|
static int |
VULNERABLE_NO_UPDATE
This extension is vulnerable and there is no update.
|
static int |
VULNERABLE_UPDATE_AVAILABLE
This extension is vulnerable and there is an update.
|
Constructor and Description |
---|
BlocklistStateFlags() |
public static final int NOT_BLOCKED
public static final int SOFTBLOCKED
public static final int BLOCKED
public static final int OUTDATED
public static final int VULNERABLE_UPDATE_AVAILABLE
public static final int VULNERABLE_NO_UPDATE