The Storage cookies don't currently set the SameSite attribute as it doesn't make any difference for how the JS Tracker reads/writes cookies. Chrome however, will produce a developer console warning due to this. We should set the SameSite attribute to remove the warning in Chrome.
The Storage cookies don't currently set the SameSite attribute as it doesn't make any difference for how the JS Tracker reads/writes cookies. Chrome however, will produce a developer console warning due to this. We should set the SameSite attribute to remove the warning in Chrome.