Lee Robson
Registered
Hi Russ, does the Bolt theme introduce any extra cookies via Javascript?
If so, what are the names of the cookies and their functionality.
If so, what are the names of the cookies and their functionality.
<a class="pageWidthToggle xb-toggle-default" data-xf-click="toggle" data-target="html" data-active-class="xb-toggle-default" data-xf-init="toggle-storage" data-storage-type="cookie" data-storage-expiry="31556926" data-storage-key="_xb-width">
Change width
</a>
<span id="collapse-6" class="collapseTrigger collapseTrigger--block is-active" data-xf-click="toggle" data-target=".block--category6 .block-body" data-xf-init="toggle-storage" data-storage-type="cookie" data-storage-expiry="31556926" data-storage-key="_node-6"></span>
<a class="toggleSidebar" data-xf-click="toggle toggle-storage" data-active-class="xb-sidebar-show" data-target="html" data-xf-init="toggle-storage" data-storage-type="cookie" data-storage-expiry="31556926" data-storage-key="sidebar_collapse">
Toggle sidebar
</a>
Would you happen to know the name of the cookie that this is stored? I'm probably missing something obvious.