public static class ContentBlocking.CookieLifetime extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DAYS
Limit cookie lifetime to N days.
|
static int |
NORMAL
Accept default cookie lifetime.
|
static int |
RUNTIME
Downgrade cookie lifetime to this runtime's lifetime.
|
Modifier | Constructor and Description |
---|---|
protected |
CookieLifetime() |
public static final int NORMAL
public static final int RUNTIME
public static final int DAYS