I have integrated ckeditor5 in code igniter 4.When the content of ckeditor is normal paragrap,It is processsed in post request and stored in db.But when content is style paragrap, showing forbiden error.This issue not faced in core php and ci3.In ci4 i am facing this issue.I have searched since 3 days but i am not getting exact solution.Please help me regarding this issue.
Demo
content of texteditor : <p>test</p>:It will be processed fine.
content of texteditor : <p style="color:red;">test</p>: It showing error