Skip to content

Commit

Permalink
Merge pull request #271 from strideynet/kev-cat-right-word-boundary-d…
Browse files Browse the repository at this point in the history
…etector

Require word boundary after 'cat' in furry detector
  • Loading branch information
KevSlashNull authored Nov 11, 2024
2 parents c3c830a + e67b189 commit 68a2ffe
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 68a2ffe

Please sign in to comment.