When the "do not track" browser feature is enabled, there is a JS error on my pages: Uncaught ReferenceError: refuseCookie is not defined
It seems to come from the following code block (the function is named "ametysRefuseCookieConsent").
if (notToTrack()) { refuseCookie(); }
- duplicates
-
CMS-7046 RefuseCookie is not defined
- Closed