GDPR

MMisheva
Member

Cloudflare Cookies

Hi everyone,

 

Is it possible to revoke __cf_bm cookie with some script? I used the example below but with this script i succeeded to revoke only hubspotutk, __hssc, __hssrc, __hstc.

 

<script type="text/javascript" id="hs-script-loader" async defer src="js.hs-scripts.com{hubId}.js"></script>

<script>
var _hsq = window._hsq = window._hsq || [];
_hsq.push(['addPrivacyConsentListener']);
_hsq.push(['revokeCookieConsent']);
</script>

0 Upvotes
1 Reply 1
TitiCuisset
Community Manager
Community Manager

Cloudflare Cookies

Hi @MMisheva 

 

Thank you for reaching out. 

 

The _cf_bm cookie is an essential cookie as you can see here. You cannot opt out from it, it is used by our CDN provider and is a necessary cookie for bot protection. It expires in 30 minutes. You can learn more about it here

 

Thank you!

Best

Tiphaine


HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates.
Learn More.

0 Upvotes