Profanity Filter

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

< Feedback de Profanity Filter

Pergunta/Comentário

§
Publicado em: 20/01/2018

Missing semicolon

why? but i did the right way-

const customWords = ['work',]

adisibAutor
§
Publicado em: 20/01/2018

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

Enviar resposta

Entre para publicar uma resposta.