sandpack icon indicating copy to clipboard operation
sandpack copied to clipboard

Investigate Cookies' error and the consequences of sharing values between iframe and app

Open danilowoz opened this issue 3 years ago • 0 comments

Bug report

image

More context:

https://web.dev/samesite-cookies-explained/?utm_source=devtools

// ga
gtag('config', 'GA_MEASUREMENT_ID', { cookie_flags: 'SameSite=None;Secure' });

danilowoz avatar Feb 21 '22 10:02 danilowoz