Wednesday, March 18, 2026
1 change · 19.0
Code cleanup and technical improvements
The website cookie banner was reorganized so the cookie policy link can be handled separately from the rest of the banner startup process. This is an internal cleanup that makes future customizations easier and reduces the risk of changing unrelated behavior.
Original PR description
Move the cookie policy footer link injection out of `start()` into a dedicated `insertCookiePolicyLink()` method. This makes patching simpler for cases where the link should not be added, without having to override the whole `start()` flow.