Add conditional PRIVACY_POLICY feature

This commit is contained in:
Cadence Fish 2020-02-05 23:14:52 +13:00
parent 8b964a18e4
commit 4c83a7804a
No known key found for this signature in database
GPG Key ID: 81015DF9AA8607E1
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ const features = [
"API_INSTANCES",
"BLOCK_DETECT_USER_HTML"
]
if (constants.has_privacy_policy) features.push("PRIVACY_POLICY")
const innerMap = new Map()
{
const addVersion = function(shortVersion, block) {