final class HTMLPurifierPlugin extends Gdn_Plugin
There was an error rendering this rich post.
If anyone's interested, once I enabled this plugin to see what it did, I couldn't disable it again - at least, it wouldn't show disabled in the dashboard, though it may actually have been disabled. I got around this by removing it.
Comments
Fatal Error in PHP.trigger_error();
Cannot set undefined directive Filter.Vimeo
I have suggestions for HTMLPurifierPlugin.
1. Make class final 2. Move include HTMLPurifier.standalone.php to __construct()
So it will be included only when Format::Html() is called.
http://pastebin.com/7ZUd6j1W
Coz normally, when I write it, vanilla over-rides it with plain text
There was an error rendering this rich post.
HTML Purifier 4.3.0 released
Can I write HTML table in comment section with this addon.
Coz normally, when I write it, vanilla over-rides it with plain text
There was an error rendering this rich post.
If anyone's interested, once I enabled this plugin to see what it did, I couldn't disable it again - at least, it wouldn't show disabled in the dashboard, though it may actually have been disabled. I got around this by removing it.