sgzwiz / brython

Automatically exported from code.google.com/p/brython
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

console application fail on FF 17.0.1 if cookies are disabled or on demand #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
"console" application "requires" access to local_storage
to save/restore content of the brython code.

in FF, local_storage security access is related to cookie permissions
(I think since 2006 to address some security issues,
a new issue as since then been reopened, and some work been done
and possibly a fixture is planed for FF 20)

Still, it could be better to catch gracefully failure to access
to local_storage, and let the application with the default program. 

Original issue reported on code.google.com by pedro.ro...@gmail.com on 9 Jan 2013 at 9:43

GoogleCodeExporter commented 9 years ago

Original comment by pierre.q...@gmail.com on 26 Jan 2013 at 6:27