README
Sensitive Word Plugin for NodeBB
Installation
npm install nodebb-plugin-sensitiveword
A NodeBB Plugin that prevent to create a post while the post text contains specific words.
<script type="module">
import nodebbPluginSensitiveword from 'https://cdn.skypack.dev/nodebb-plugin-sensitiveword';
</script>
npm install nodebb-plugin-sensitiveword