-
Notifications
You must be signed in to change notification settings - Fork 32
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
Getting "The operation is insecure" #89
Comments
Also getting:
|
It seems likely this is some sort of firefox version compatibility issue. |
I also see "There was an error, so we could not load the services from the localStorage. " -- and the reason given is the security reason from above. Since it works on subtome.com but not on other domains I try (my site or http://voxpelli.com/) I am suspecting a same-origin interaction with localStorage? |
I can't reproduce this in my Firefox, so seems like a pretty nasty problem. |
If I just add an iframe to the DOM of any site with |
I have to set "Accept third party cookies" to "always" and then the issue goes away. |
So, it would be nice if this error didn't cause the whole UI to just not render at all, makes the site look broken |
Relevant ticket that introduced this behaviour to firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=536509 |
This is very related to, and may be the same as, #75 |
My preferred fallback (if nothing useful can be rendered, though probably we can, just can't show the user's preferences so it's always like they're new, which would be fine) would be to |
Wow. This seems nasty. I think that indeed this is in the way FF handles cookies and localstorage. |
In my console when clicking the follow links I added at https://singpolyma.net/
The text was updated successfully, but these errors were encountered: