Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

[HTMLPurifier] comments

Comments

  • SS ✭✭
    After update to 4.2.0:
    Fatal Error in PHP.trigger_error();
    Cannot set undefined directive Filter.Vimeo
  • SS ✭✭
    @Todd
    I have suggestions for HTMLPurifierPlugin.
    1. Make class final
    final class HTMLPurifierPlugin extends Gdn_Plugin
    2. Move include HTMLPurifier.standalone.php to __construct()
    So it will be included only when Format::Html() is called.

    http://pastebin.com/7ZUd6j1W

  • ToddTodd Chief Product Officer Vanilla Staff
    Fixed the bug an made your changes. Also note that this plugin is being maintained at http://github.com/vanillaforums/Addons
  • aeryaery Gtricks Forum in 2.2 :) ✭✭✭
    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.

  • SS ✭✭
    @Todd
    HTML Purifier 4.3.0 released
  • aeryaery Gtricks Forum in 2.2 :) ✭✭✭
    @todd @s

    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.

Sign In or Register to comment.