-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
embed wallet popup is not working in MacOs safari #260
Comments
after further research it is due to ITP in Mac safari (https://webkit.org/blog/7675/intelligent-tracking-prevention/) |
longer flow needed to acquire Storage Access API |
It seems like the Storage Access API is only for cookies |
There's an origin trial for accessing unpartitioned local storage and indexed db: https://developer.chrome.com/blog/saa-non-cookie-storage/ |
due to safari bug where localstorage is not persistent.
https://bugs.webkit.org/show_bug.cgi?id=225344
The popup wallet not able to restore key
The text was updated successfully, but these errors were encountered: