Skip to content

Commit

Permalink
fix: add additional bad words to filtering list
Browse files Browse the repository at this point in the history
  • Loading branch information
ifalfahri committed Jan 18, 2025
1 parent a662555 commit 04e580c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/filter-badwords.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ const badWords = [
"tocil",
"tobrut",
"jembot",
"sex",
"seks",
"ewe",
"ewean",
"eue",
];

function normalizeWord(word: string): string {
Expand Down

0 comments on commit 04e580c

Please sign in to comment.