You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’d like to better understand if there is a reasonable solution in the following case:
subdomain: x.whoa.com
3rd party site: something.com
a 3rd party site opens an iframe from the above subdomain.
the iframe is setting a local storage data.
the 3rd party site is then closing the iframe.
The 3rd party site opens a new window with the above subdomain.
if I set “Experimental third-party storage partitioning.” as “Enabled”, the new window subdomain is not able to access that specific local storage data (left by the iframe, same subdomain).
is there a solution for this scenario, so I can access that local storage data?