apply mature filter to Editor's Choice
This commit is contained in:
parent
1b88f565af
commit
5d210961c1
2 changed files with 24 additions and 2 deletions
app/src/main/java/io/lbry/browser/utils
|
@ -493,7 +493,28 @@ public final class Predefined {
|
|||
"covidcuts",
|
||||
"covid-19"
|
||||
);
|
||||
public static final List<String> MATURE_TAGS = Arrays.asList("mature", "nsfw", "porn", "xxx");
|
||||
public static final List<String> MATURE_TAGS = Arrays.asList(
|
||||
"porn",
|
||||
"porno",
|
||||
"nsfw",
|
||||
"mature",
|
||||
"xxx",
|
||||
"sex",
|
||||
"creampie",
|
||||
"blowjob",
|
||||
"handjob",
|
||||
"vagina",
|
||||
"boobs",
|
||||
"big boobs",
|
||||
"big dick",
|
||||
"pussy",
|
||||
"cumshot",
|
||||
"anal",
|
||||
"hard fucking",
|
||||
"ass",
|
||||
"fuck",
|
||||
"hentai"
|
||||
);
|
||||
public static final List<String> ADJECTIVES = Arrays.asList(
|
||||
"aback",
|
||||
"abaft",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue