1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Add AdultContent to allowed anti-features

This commit is contained in:
Sylvia van Os 2021-08-18 17:09:55 +00:00 committed by Hans-Christoph Steiner
parent 62e63b600b
commit ec194ef6e6

View File

@ -446,7 +446,7 @@ valuetypes = {
["ArchivePolicy"]),
FieldValidator("Anti-Feature",
r'^(Ads|Tracking|NonFreeNet|NonFreeDep|NonFreeAdd|UpstreamNonFree|NonFreeAssets|KnownVuln|ApplicationDebuggable|NoSourceSince)$',
r'^(Ads|Tracking|NonFreeNet|NonFreeDep|NonFreeAdd|UpstreamNonFree|NonFreeAssets|KnownVuln|ApplicationDebuggable|NoSourceSince|AdultContent)$',
["AntiFeatures"]),
FieldValidator("Auto Update Mode",