Add sanitize
to prevent XSS injection
You must create the file .env
in the root of your application and add the lines below inside:
SANITIZED_ALLOWED_TAGS="strong em ul ol li"
SANITIZED_ALLOWED_ATTRIBUTES="style"
Full Changelog: 3.0.0...v3.0.1
Add sanitize
to prevent XSS injection
You must create the file .env
in the root of your application and add the lines below inside:
SANITIZED_ALLOWED_TAGS="strong em ul ol li"
SANITIZED_ALLOWED_ATTRIBUTES="style"
Full Changelog: 3.0.0...v3.0.1