From a83f50c35271c3ccd7816ed6f2e7fa6b2bb79c0e Mon Sep 17 00:00:00 2001 From: linsui <2873532-linsui@users.noreply.gitlab.com> Date: Wed, 21 Jun 2023 09:51:34 +0000 Subject: [PATCH] add TetheredNet AF --- config/antiFeatures.yml | 3 +++ schemas/metadata.json | 1 + 2 files changed, 4 insertions(+) diff --git a/config/antiFeatures.yml b/config/antiFeatures.yml index 7058e974c1..7f90c0e436 100644 --- a/config/antiFeatures.yml +++ b/config/antiFeatures.yml @@ -38,6 +38,9 @@ Tracking: description: This app tracks and reports your activity icon: ic_antifeature_tracking.png name: Tracking +TetheredNet: + description: This app promotes or depends entirely on a certain instance of a network service. + name: TetheredNet UpstreamNonFree: description: The upstream source code is not entirely Free icon: ic_antifeature_upstreamnonfree.png diff --git a/schemas/metadata.json b/schemas/metadata.json index 937b817fa6..18db7218ec 100644 --- a/schemas/metadata.json +++ b/schemas/metadata.json @@ -751,6 +751,7 @@ "NoSourceSince", "NSFW", "UpstreamNonFree", + "TetheredNet", "Tracking" ] },