Skip to content

Commit

Permalink
Require word boundary after 'cat' in furry detector
Browse files Browse the repository at this point in the history
  • Loading branch information
KevSlashNull committed Nov 10, 2024
1 parent c3c830a commit e67b189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/admin/lib/furry-detector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function isProbablyFurry(profile?: ProfileViewMinimal): boolean {
"fluffy",
"dog",
"deer",
"cat",
/cat\b/,
"wolf",
"dragon",
/\bsnep\b/,
Expand Down

0 comments on commit e67b189

Please sign in to comment.