I need to connect localStorage to remember the user's actions.
But I get an error
Uncaught DOMException: Failed to read the 'localStorage' property from 'Window': The document is sandboxed and lacks the 'allow-same-origin' flag.
We can bypass or add allow-same-origin?
I need to connect localStorage to remember the user's actions.
But I get an error
Uncaught DOMException: Failed to read the 'localStorage' property from 'Window': The document is sandboxed and lacks the 'allow-same-origin' flag.We can bypass or add allow-same-origin?