Tuesday, September 30, 2025
1 change · 18.0
Enhancements to existing features
Link tracking redirects now encode certain repeated-dot characters in destination URLs. This helps prevent some web server configurations from incorrectly blocking valid tracked links as suspicious.
Original PR description
Purpose ======= It has been reported that some nginx configuration detect '...' as malicious. When testing, encoding the '...' solve the issue, and so we force the encoding for the redirection URL. Task-4920533 Forward-Port-Of: odoo/odoo#229060