We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d5ef3 commit afd6b23Copy full SHA for afd6b23
tbx/static_src/javascript/components/cookie-message.js
@@ -49,6 +49,7 @@ class CookieWarning {
49
Cookies.set(this.cookieName, cookieValue, {
50
expires: this.cookieDuration,
51
});
52
+ // Only allow VWO to be enabled if cookies have been accepted
53
if (cookieValue) {
54
window.VWO.init(1);
55
window.VWO.push(['optInVisitor']);
0 commit comments