Skip to content

Version 3.0.1 du backend PIA

Latest
Compare
Choose a tag to compare
@brunto brunto released this 11 May 15:20
· 250 commits to master since this release

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