Skip to content
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

Crash when opened with cookies blocked #86

Closed
jakweg opened this issue Aug 29, 2022 · 2 comments
Closed

Crash when opened with cookies blocked #86

jakweg opened this issue Aug 29, 2022 · 2 comments

Comments

@jakweg
Copy link

jakweg commented Aug 29, 2022

Hey
I block cookies by default. Unfortunately your website doesn’t handle that nicely despite it not needing (IMO) cookies to operate.
I'm getting this error, because blocking cookies also blocks localStorage.

Uncaught DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.

Please add fallback to js provided localStorage, because it makes the app unusable.

@tomayac
Copy link
Owner

tomayac commented Aug 29, 2022

I think this is fixed via

Please report any additional errors you encounter here. Thanks for reporting!

@tomayac tomayac closed this as completed Aug 29, 2022
@tomayac
Copy link
Owner

tomayac commented Aug 30, 2022

This turned out to be interesting blogging material… https://blog.tomayac.com/2022/08/30/things-not-available-when-someone-blocks-all-cookies/. Thanks for reporting this Issue again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants