I'm developing an app in Laravel where the user inserts some information through a WYSIWYG Editor.
What's the best way to prevent malicious scripts when printing content?
Is there any way to only allow some HTML tags?
I'm developing an app in Laravel where the user inserts some information through a WYSIWYG Editor.
What's the best way to prevent malicious scripts when printing content?
Is there any way to only allow some HTML tags?