Skip to content

Commit

Permalink
Merge pull request #298 from strideynet/kev-more-terms-to-furry-detector
Browse files Browse the repository at this point in the history
Add more terms to furry detector
  • Loading branch information
KevSlashNull authored Dec 8, 2024
2 parents 1ff9323 + 04ea7d0 commit ce8e1e0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions web/admin/lib/furry-detector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ export function isProbablyFurry(profile?: ProfileViewMinimal): boolean {
/\b(fur)?sona\b/,
"cartoon animal",
"lynx",
"⨺⃝", // ugly variant of therian theta-delta
"福瑞", // mandarin for furry
"babyfur",
"avali",
"fennec fox",
"floofer",
"dingo",
];

const description = [
Expand Down

0 comments on commit ce8e1e0

Please sign in to comment.