-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Security exception when cookies are fully blocked #118
Comments
As a general answser, this lib try to check the availability of the different APIs, to fallback to another API when necessary. It goes like this:
As a more specific answser, there are already many API availability checks, but it's not impossible that some edgy cases are not yet managed. But if it's the case, a detailed report would be needed to take action. Currently I'm quite puzzled with your question, as I don't see the link between cookies and |
Indeed, you're right. Fixed via #119, released in v8.0.1. Thanks for reporting. 👍 |
thanks, but can this work for 6 version also? I use Angular 7 and you recommended use 6 version... |
Released in v6.2.4. |
I've reopened the issue. But I won't be able to take care of this now, expect a fix in 2 weeks. |
Fix released in 8.0.2 and 6.2.5. |
I looked on documentation but not found an answer.
How will behave this library when the cookies disabled?
In generally, for native localStorage In Chrome we can see such error:
DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.
In Edge it looksSCRIPT5022: SecurityError
.Will your library switch to some In Memory storage or just say "I cannot work" and show error?
Thanks
The text was updated successfully, but these errors were encountered: