mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 16:17:29 +00:00
Add conditional PRIVACY_POLICY feature
This commit is contained in:
parent
8b964a18e4
commit
4c83a7804a
@ -39,6 +39,7 @@ const features = [
|
|||||||
"API_INSTANCES",
|
"API_INSTANCES",
|
||||||
"BLOCK_DETECT_USER_HTML"
|
"BLOCK_DETECT_USER_HTML"
|
||||||
]
|
]
|
||||||
|
if (constants.has_privacy_policy) features.push("PRIVACY_POLICY")
|
||||||
const innerMap = new Map()
|
const innerMap = new Map()
|
||||||
{
|
{
|
||||||
const addVersion = function(shortVersion, block) {
|
const addVersion = function(shortVersion, block) {
|
||||||
|
Loading…
Reference in New Issue
Block a user