Add API_UNBLOCK feature flag

This commit is contained in:
Cadence Ember
2020-06-16 02:48:40 +12:00
parent a8ca233027
commit e1d0d08bec

View File

@@ -37,7 +37,8 @@ const features = [
"API_STATS_SEMVER",
"PAGE_HOME",
"API_INSTANCES",
"BLOCK_DETECT_USER_HTML"
"BLOCK_DETECT_USER_HTML",
"API_UNBLOCK"
]
if (constants.has_privacy_policy) features.push("PRIVACY_POLICY")
if (constants.as_assistant.enabled) {