Prepared by: Digital Compliance Unit Review required by: Legal & Engineering Leadership Next review date: October 14, 2026

"consentDate": "2026-04-14T10:30:00Z", "categories": "necessary": true, "analytics": true, "marketing": false, "preferences": false , "version": "2.1"

app.use((req, res, next) => const consentCookie = req.cookies.CookieScriptConsent; if (consentCookie) req.consent = JSON.parse(decodeURIComponent(consentCookie)); next(); ); 4.1 Automatic Blocking Mechanism CookieScript scans script and img tags with specific attributes (e.g., data-cookie-script or known vendor patterns). It rewrites the src attribute to a placeholder until consent is granted.