![]() |
| HTML5 Local Storage Problem |
|
MichaelGaribaldy
|
Hi,
I'm just playing around with some javascript, and try to run this script (taken from https://developer.mozilla.org/en/DOM/Storage) : // Save data to a the current session's store sessionStorage.setItem("username", "John"); // Access some stored data alert( "username = " + sessionStorage.getItem("username")); Surprisingly, the browser (firefox) give an error, but since this code is directly taken from the firefox developer, it should be not the case. So after trying some effort, I found out that running that script outside of sandboxie gave no error at all. I've also try this site : http://dev-test.nemikor.com/web-storage/support-test/ to check Web Storage Support test, and found that if the test performed inside sandboxie, it showed that my firefox browser (I'm using v11) is not support local storage, which is surely wrong. So I conclude that sandboxie is not compatible with HTML5 local storage features. Is this correct, and how to fix it ? Thanks in advance |
||||||||||||
|
|
|||||||||||||
|
MichaelGaribaldy
|
I've tried your suggestion, and Yes, it's working flawlessly in a new box.
Thank you so much for your help. |
||||||||||||
|
|
|||||||||||||
| HTML5 Local Storage Problem |
|
||
|


Use the RSS feed to watch this topic for replies