()
| 1012 | } |
| 1013 | |
| 1014 | clearCookieConsent () { |
| 1015 | // Clear the cookie consent cookie so the next user on this device can make their own choice |
| 1016 | document.cookie = 'cookieconsent_status=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;' |
| 1017 | } |
| 1018 | |
| 1019 | clearUserSpecificLocalStorage () { |
| 1020 | for (const key of ['hoc-campaign']) { storage.remove(key) } |