When using the Brave browser, the JavaScript for the Cookie Consent plugin is automatically blocked, which results in an error being displayed when the window.cookieconsent.initialize method is called.
A solution would be to check beforehand whether this method is available.
When using the Brave browser, the JavaScript for the Cookie Consent plugin is automatically blocked, which results in an error being displayed when the
window.cookieconsent.initialize
method is called.A solution would be to check beforehand whether this method is available.
1502