1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2024-11-22 16:17:29 +00:00

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

View File

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