-
Notifications
You must be signed in to change notification settings - Fork 23
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
Cookie Warning Still? #17
Comments
Looks like its coming from Persist.js |
Yuck its here: I think that check should be ripped out of Persist.js. |
there are so much better ways of doing that omg |
totally agree they create a test cookie to find out of they can create cookies! |
Should be all gone now :- jeremydurham/persist-js@dec7e22#diff-4b992fa40b29131dddd54c0abe177a5cR152 |
Thanks! |
Using 1.8.3 in Firefox I have verified my settings are getting stored in Local Storage but I am still getting this warning in Firefox from layout.js....
Cookie “EC_TEST” will be soon rejected because it has the “sameSite” attribute set to “none” or an invalid value, without the “secure” attribute. To know more about the “sameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite
Can you verify you are still creating cookie even though I have
storageLocation: 'localStorage'
???The text was updated successfully, but these errors were encountered: