Profanity Filter

Simple filtering for profanity from website text. Not limited to static text, while avoiding performance impact.

< Commentaires sur Profanity Filter

Question / commentaire

Missing semicolon

why? but i did the right way-

const customWords = ['work',]

adisibAuteur
§
Posté le: 20/01/2018

The right way to only filter the word "work" would be:
const customWords = ['work'];

Poster une réponse

Connectez-vous pour poster une réponse.