Forums

Join
bbPress Support ForumsPluginsIs that safe to turn off code-filters of defaults.bb-filters.php ???

Info

Is that safe to turn off code-filters of defaults.bb-filters.php ???

  1. I've just tried to release wysiwyg-CKEditor (plugin) from denying of formatting made in, as it was suggested in http://bbpress.org/plugins/topic/wysiwyg-ckeditor/page/2/#post-6390

    / / Add_filter ('pre_post', 'bb_encode_bad');
    / / Add_filter ('pre_post', 'bb_filter_kses', 50);

    using this instead, in defaults.bb-filters.php. So, it works well, but I'm anxious about the security level of this action. Is it safe?! Or someone may somehow use this to post any desired content ??

    --
    with regards,....

  2. You shouldn't. They are there for a reason ;)

  3. You must log in to post.