mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
Add UpstreamNonFree antifeature
This commit is contained in:
parent
ee769bedee
commit
745666e996
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ valuetypes = {
|
||||||
[ ]),
|
[ ]),
|
||||||
|
|
||||||
'antifeatures' : FieldType("Anti-Feature",
|
'antifeatures' : FieldType("Anti-Feature",
|
||||||
[ "Ads", "Tracking", "NonFreeNet", "NonFreeDep", "NonFreeAdd" ], ',',
|
[ "Ads", "Tracking", "NonFreeNet", "NonFreeDep", "NonFreeAdd", "UpstreamNonFree" ], ',',
|
||||||
[ "AntiFeatures" ],
|
[ "AntiFeatures" ],
|
||||||
[ ]),
|
[ ]),
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue