-
- Downloads
[FIX] website: restore CDN for lazy assets
The CDN implementation for resources works by matching well-know attributes (`href`, `src`, `action`) that hold URLs matching the CDN filters and injects the CDN prefix. However 13.0 introduced lazy loading for assets in #32181, so the attributes are now prefixed with `data-` and replaced at runtime. This PR updates the tag matching in order to cover both variants of attribute names. closes odoo/odoo#54156 X-original-commit: 6d4b5fcd Signed-off-by:Toufik Benjaa (tbe) <tbe@odoo.com>
Please register or sign in to comment