- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
11-30-2018 02:25 AM
Our pen test reported a potential issue with utag_main cookie being set as not secure. I'm trying to find a way to change that with no success. Any help will be appreciated. Thanks.
Tomasz
Solved! Go to Solution.
03-14-2019 09:35 AM
Hi there,
You can set the cookie to secure by updating the uTag loader file. This file is the backbone of Tealium on your site, so please be cautious in editing it. You can access this by clicking on your name in the upper right hand corner and clicking on manage templates from the drop down menu. From there you can select the uTag loader template and edit the following line (line 423) from:
document.cookie = a + “=” + v + “;path=/;domain=” + utag.cfg.domain + “;expires=” + x;
document.cookie = a + “=” + v + “;path=/;domain=” + utag.cfg.domain + “;expires=” + x + “;secure”;
09-04-2019 06:27 AM
General question: Would it have a drawback to set all cookies to secure? This could be an option in the iQ settings or a general feature.
I was requesting this feature already and I don't think that it would be a big thing to do. Plus it would help a lot of data security staff in the EU to comply to GDPR regulations.
Copyright All Rights Reserved © 2008-2023