Monday, April 14, 2025
1 change · saas-18.1
Resolved issues and error corrections
Some website building blocks that include forms were missing a safeguard that prevents them from being placed where forms are not allowed. This fix restores that restriction, reducing the risk of inappropriate form placement on website pages.
Original PR description
When adding the new snippets, some of them containing forms were not properly sanitized (i.e. they do not have the `t-forbid-sanitize="form"` attribute), meaning that they can be dropped in sanitized areas where forms should normally be excluded. This commit adds this attribute on them. Related to task-4138795