Output sanitization
I am using filament’s builder block to create email template, upon reading the documentation all content stored under Rich Editor are RAW HTML and should be sanitize before output. They have provided the method of sanitizehtml(). I am relative new into filament and is first time developing a customizable email template page. So I want to know if the method provided by Filament is enough for preventing XSS attack or additional security should be used.
0 Replies