Daily updates from Odoo
Tuesday, January 6, 2026
1 change
Resolved issues and error corrections
This update enhances the security of the HTML editor by sanitizing data transferred through drag and drop. Specifically, it prevents potential risks when users copy and paste content using the Odoo-Editor format, ensuring a safer editing experience. This change addresses a vulnerability related to data handling.
Original PR description
Purpose: Ensure that content transferred via drag and drop using the `application/vnd.odoo.odoo-editor` MIME type is sanitized before insertion.