mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Merge branch 'TheLastProject-master-patch-73771' into 'master'
Add NSFW to allowed anti-features See merge request fdroid/fdroidserver!1000
This commit is contained in:
commit
cd69692424
1 changed files with 1 additions and 1 deletions
|
|
@ -446,7 +446,7 @@ valuetypes = {
|
||||||
["ArchivePolicy"]),
|
["ArchivePolicy"]),
|
||||||
|
|
||||||
FieldValidator("Anti-Feature",
|
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|NSFW)$',
|
||||||
["AntiFeatures"]),
|
["AntiFeatures"]),
|
||||||
|
|
||||||
FieldValidator("Auto Update Mode",
|
FieldValidator("Auto Update Mode",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue