Sanitize HtML plugin not working
-
Hi,
I am trying to use the sanitize html plugin so that when users post html I can prevent an attack. I installed and activated the plugin using the ACP but it doesn't show up as a plugin settings page under "plugins" in the navigation menu.
I am using:
nodebb v.1.16.2.
npm v.6.14.4GitHub - akhoury/nodebb-plugin-sanitizehtml: a nodebb plugin that sanitizes html content
a nodebb plugin that sanitizes html content . Contribute to akhoury/nodebb-plugin-sanitizehtml development by creating an account on GitHub.
GitHub (github.com)
I have tried rebuilding and reloading the site after installing and activating the sanitize html plugin. Any ideas? Do I have to do something from the command line?
All the Best,
Dan
-
@daftcyborg sanitization is built in now. Have you tried without the plugin?
-
@pitaj Thanks for the reply! Is it built into the markdown plugin now?
HTML works in posts now which we need for affiliates. I turned on Markdown's "Allow HTML" to achieve this. Is it necessary to install the sanitizehtml plugin just in case to avoid attacks?
-
@daftcyborg no we have sanitization built into core now. So even without the markdown plugin you won't be able to post scripts and stuff. Try it.