mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Merge branch 'antifeature' into 'master'
added new AntiFeature: ApplicationDebuggable See merge request !298
This commit is contained in:
commit
ebef1ae57d
1 changed files with 1 additions and 1 deletions
|
|
@ -412,7 +412,7 @@ valuetypes = {
|
|||
["ArchivePolicy"]),
|
||||
|
||||
FieldValidator("Anti-Feature",
|
||||
r'^(Ads|Tracking|NonFreeNet|NonFreeDep|NonFreeAdd|UpstreamNonFree|NonFreeAssets|KnownVuln)$',
|
||||
r'^(Ads|Tracking|NonFreeNet|NonFreeDep|NonFreeAdd|UpstreamNonFree|NonFreeAssets|KnownVuln|ApplicationDebuggable)$',
|
||||
["AntiFeatures"]),
|
||||
|
||||
FieldValidator("Auto Update Mode",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue