Trust No Program
Reply to topic
HTML5 Local Storage Problem
MichaelGaribaldy


Joined: 18 Mar 2012
Posts: 2
Reply with quote
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
View user's profileSend private message
tzuk


Joined: 22 Jun 2004
Posts: 15003
Reply with quote
I'm still using Firefox 6.0.2. I tried the dev-test link that you gave, and the progress bar progresses. I stopped it at 2K characters because it seems to work.

I would say the first thing to try is to create a new sandbox with default settings and see if it works better in the new sandbox.

_________________
tzuk
View user's profileSend private message
MichaelGaribaldy


Joined: 18 Mar 2012
Posts: 2
Reply with quote
I've tried your suggestion, and Yes, it's working flawlessly in a new box.

Thank you so much for your help. Very Happy
View user's profileSend private message
HTML5 Local Storage Problem
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

Use the RSS feed to watch this topic for replies
  
  
 Reply to topic  

Sandboxie is Copyright © 2004-2012 by Sandboxie Holdings LLC.  All rights reserved.
Sandboxie.com | Contact Author
This site has been viewed 208,425,231 times since June 2004