Comment 15 for bug 473677

Revision history for this message
In , Mike Baranczak (mbaranczak-gmail) wrote :

This bug was supposedly fixed in 3.6, but it's still there in 4.0. I can reproduce it with the following code:

        if (localStorage) {
            alert("yes")
        } else {
            alert("no")
        }

If cookies are disabled, I get a "security error code 1000", regardless of whether local storage is enabled or not.