Skip to content

v2.7.0

Choose a tag to compare

@reatlat reatlat released this 30 Jul 13:53
· 9 commits to main since this release
32dc3f3

Added

  • allowedDomains config option. Consumer-supplied domains that bypass all blocking — overrides mode, blockedDomains, and doomsday third-party blocking. Subdomains included. cookiezest.com is always allowed.

Fixed

  • Zest no longer blocks its own geo gateway. geo.cookiezest.com was caught by doomsday mode (third-party block) and by blockedDomains if listed. An allowed-domain check now runs before any block decision in the network, element, and script interceptors. Closes #8.

  • Center banner width on mobile. The center-positioned banner shrunk to content width on mobile, looking squeezed. It now takes calc(100% - 32px) with a 480px cap. Closes #7.