We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac79a3 commit 94d0964Copy full SHA for 94d0964
‎src/util.js‎
@@ -76,6 +76,7 @@ const invisibleChars = new Set([
76
})();
77
78
const fixedDataset = englishDataset
79
+ .removePhrasesIf((phrase) => phrase.metadata.originalWord === "prick")
80
.addPhrase((phrase) =>
81
phrase.setMetadata({ originalWord: "ass" }).addWhitelistedTerm("45s")
82
)
@@ -95,8 +96,6 @@ const fixedDataset = englishDataset
95
96
.addPattern(pattern`xooink`)
97
.addPattern(pattern`xioix`)
98
.addPattern(pattern`xiooix`)
- .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`)
100
);
101
// Work-around for:
102
// https://github.com/jo3-l/obscenity/issues/100
0 commit comments