Hi all,
We have a Chrome Extension which embeds an iframe in the web page that the user is using.
The Iframe src is the application we are developing, in this application, we are using localStorage quite a lot, for managing persistence between tabs and other use cases.
Lately, we noticed that users with Chrome version above 113.0.0 started to experience an error of `can't access localStorage`. I know this error can pop up when a user blocks third-party cookies, but it's hard to believe that so many users set this toggle on in one day.
The localStorage access is under the iframe's src domain.
Does someone knows maybe which change could pop this issue? and how can we fix it?