thedevdojo / chatter

Chatter is a Simple Laravel Forum Package
https://devdojo.com/forums
MIT License
898 stars 294 forks source link

Removal of Purifier on Post edit. #207

Open rambo666 opened 6 years ago

rambo666 commented 6 years ago

Hie,

The Purifier on line 178 of ChatterPostController should be removed. As I was trying to add tables and edit it, the Purifier removes all HTML tags associated with it. If I want a purified Textarea I would generally remove it on the blade page for tinymce. Therefore, while editing a post the purifier removes all its html tags.