klaro-js
klaro-js copied to clipboard
Using Klaro INSIDE of an i-frame
trafficstars
The problem
I have a page where an iframe includes a page from another domain. In this page i have the klaro tool included. So the klaro tool popup appears inside of the iframe. But if I click on "accept all" the klaro cookie is not set, because samesite is set to "lax".
I know that iframes are no the best way, and with klaro popup inside the iframe it is awefull, but at this point I have no other solution for what i want to achieve.
Proposed solution
Maybe it is a solution to make the cookie samesite attribute configurable.
Same issue here. @mklippel did you find a solution?