Skip to content

Commit 94d0964

Browse files
committed
🥒🌵
1 parent 3ac79a3 commit 94d0964

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/util.js‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ const invisibleChars = new Set([
7676
})();
7777

7878
const fixedDataset = englishDataset
79+
.removePhrasesIf((phrase) => phrase.metadata.originalWord === "prick")
7980
.addPhrase((phrase) =>
8081
phrase.setMetadata({ originalWord: "ass" }).addWhitelistedTerm("45s")
8182
)
@@ -95,8 +96,6 @@ const fixedDataset = englishDataset
9596
.addPattern(pattern`xooink`)
9697
.addPattern(pattern`xioix`)
9798
.addPattern(pattern`xiooix`)
98-
.addPattern(pattern`[i][l][l]e[e]b[b]ro[o]n`)
99-
.addPattern(pattern`pr[i][l][l][ee]ck[i][l][l]e`)
10099
);
101100
// Work-around for:
102101
// https://github.com/jo3-l/obscenity/issues/100

0 commit comments

Comments
 (0)