- Added XSS protections and a new ERB::Util.xml_name_escape method to safely escape tag and attribute names according to the XML specification.
- Renamed the :escape_attributes option to :escape in ActionView tag helpers, applying escaping to the entire tag (potentially breaking existing code).
- Enabled the Content Security Policy DSL to generate CSP headers for API responses.