Can google Chrome can block the creation of the csrftoken?
To be precise, the csfrtoken and the sessionId are absent from the developer console.
However, both (always for the same site) are visible on the firefox console. Why ?
getCookie('csrftoken');
function getCookie(name) {
const value = `; ${document.cookie}`;
const parts = value.split(`; ${name}=`);
if (parts.length === 2) return parts.pop().split(';').shift();
}
EDIT
on google chrome there are only these 2 warnings:
Image "country:__" could not be loaded. Please make sure you have added the image with map.addImage() or a "sprite" property in your style. You can provide missing images by listening for the "styleimagemissing" map event.
LogRocket: Session quota exceeded. Please upgrade your plan. Disabling ...
But on firefox there is also this warning:
Some cookies use the "SameSite" attribute recommended incorrectly