bbPress Support Forums › Plugins › Is that safe to turn off code-filters of defaults.bb-filters.php ???
Info
- 2 posts
- 2 voices
- Started 9 months ago by SergeyN
- Latest reply from Ashfame
- This topic is resolved
Is that safe to turn off code-filters of defaults.bb-filters.php ???
-
- Posted 9 months ago #
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,.... -
- Posted 9 months ago #
You shouldn't. They are there for a reason ;)
-
You must log in to post.