mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
Add NonFreeAssets anti-feature
This commit is contained in:
parent
20ced3f303
commit
967472408b
3 changed files with 9 additions and 1 deletions
|
|
@ -466,7 +466,8 @@ valuetypes = {
|
|||
[]),
|
||||
|
||||
FieldValidator("Anti-Feature",
|
||||
["Ads", "Tracking", "NonFreeNet", "NonFreeDep", "NonFreeAdd", "UpstreamNonFree"], ',',
|
||||
["Ads", "Tracking", "NonFreeNet", "NonFreeDep", "NonFreeAdd",
|
||||
"UpstreamNonFree", "NonFreeAssets"], ',',
|
||||
["AntiFeatures"],
|
||||
[]),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue