Prerequisites

Palladium Cookies is designed to integrate into any HTML website, without imposed framework. You only need to check the following points.

Browser side

  • Modern browsers (Chrome 90+, Firefox 88+, Safari 14+, Edge 90+).
  • The site must be able to set the plm_consent cookie — otherwise we fall back on localStorage.
  • JavaScript enabled: without JS, the banner does not display and no third-party cookies are set.

Palladium server side

  • The Palladium instance must be reachable from the browser (HTTPS recommended).
  • The hostname registered in the console must match the one where the snippet will be loaded. A data-site ↔ registered hostname mismatch returns an origin_mismatch error in the console and the banner does not display.

Compliance

To keep your installation GDPR / ePrivacy compliant:

  • Load Palladium before all your tracking scripts. Our MutationObserver Blocker will neutralize them until the visitor consents.
  • Fill in the Cookie Policy and Privacy Policy URLs in the console — they are displayed at the bottom of the banner.
  • Do not pre-check any optional category. Our UI respects this by default; do not bypass it via the setConsent API.