Open Shofiul-Alam opened 4 months ago
I'm unable to find a page that sets 3rd party cookies to see these warnings in the console.
Can you please provide more details?
Hi, It happes once I load the builder page, edit something and scroll the page.
I found that cookie-notice plugin sloved this problem. But also I found bug in cookie-notice plugin's javascript. The following fixes needed to be implemented in notice.html from line 36.
let notice = document.querySelectorAll("#cookie-notice .toast"); if (localStorage) {
let cookie = localStorage.getItem("cookie-notice", "unset");
if (!cookie && notice && notice.length) {
notice.forEach((i) => i.classList.add("show"));
}
}
Hi
Thanks for feedback.
It seems that the embed google maps from contact form section sets cookies that triggers these chrome warnings.
I managed to reproduce them once but now I no longer seem them in the console, maybe different google maps code loaded.
Need to implement third party cookie consent. Implementing https://support.google.com/chrome/a/answer/14439269?hl=en