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
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.
The text was updated successfully, but these errors were encountered:
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.
Please add fallback to js provided localStorage, because it makes the app unusable.
The text was updated successfully, but these errors were encountered: