Add API_UNBLOCK feature flag

This commit is contained in:
Cadence Ember 2020-06-16 02:48:40 +12:00
parent a8ca233027
commit e1d0d08bec
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412
1 changed files with 2 additions and 1 deletions

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) {