Add API_UNBLOCK feature flag
This commit is contained in:
@@ -37,7 +37,8 @@ const features = [
|
|||||||
"API_STATS_SEMVER",
|
"API_STATS_SEMVER",
|
||||||
"PAGE_HOME",
|
"PAGE_HOME",
|
||||||
"API_INSTANCES",
|
"API_INSTANCES",
|
||||||
"BLOCK_DETECT_USER_HTML"
|
"BLOCK_DETECT_USER_HTML",
|
||||||
|
"API_UNBLOCK"
|
||||||
]
|
]
|
||||||
if (constants.has_privacy_policy) features.push("PRIVACY_POLICY")
|
if (constants.has_privacy_policy) features.push("PRIVACY_POLICY")
|
||||||
if (constants.as_assistant.enabled) {
|
if (constants.as_assistant.enabled) {
|
||||||
|
|||||||
Reference in New Issue
Block a user