curiousdannii / parchment

The Interactive Fiction web app
https://iplayif.com
MIT License
421 stars 60 forks source link

localStorage security error if cookies disabled #140

Closed curiousdannii closed 6 months ago

curiousdannii commented 7 months ago

If cookies are disabled you get this error:

SecurityError: Failed to read the ‘localStorage’ property from ‘Window’: Access is denied for this document.

This is a questionable design choice (rather than it instead just turning local storage into session storage), but it's something Parchment has to work around.