Skip to content

Commit

Permalink
Add some new furry detection rules
Browse files Browse the repository at this point in the history
  • Loading branch information
strideynet authored Jan 3, 2024
1 parent 21da4e9 commit e2cda28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/admin/lib/furry-detector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ export function isProbablyFurry(profile?: ProfileViewMinimal): boolean {
"otherkin",
"protogen",
"fluffy",
"dog",
"deer",
"cat",
"wolf",
"dragon"
];

const description = profile.description.toLowerCase();
Expand Down

1 comment on commit e2cda28

@vercel
Copy link

@vercel vercel bot commented on e2cda28 Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.