HTML5 localStorage allows sites to fill up users' hard disks
1–10 of 191 posts
Re: HTML5 localStorage allows sites to fill up users' hard disks
#2EDIT: The link has been changed to the blog post describing the phenomenon. Good riddance!
Re: HTML5 localStorage allows sites to fill up users' hard disks
#3Re: HTML5 localStorage allows sites to fill up users' hard disks
#4Re: HTML5 localStorage allows sites to fill up users' hard disks
#5I was really annoyed by the fact that the "disk filling" started as soon as I clicked the link. However, the point really hit home. Is there a solution for this browser-side? EDIT: The link has been changed to the blog post describing the phenomenon. Good riddance!
Re: HTML5 localStorage allows sites to fill up users' hard disks
#6Re: HTML5 localStorage allows sites to fill up users' hard disks
#7I was really annoyed by the fact that the "disk filling" started as soon as I clicked the link. However, the point really hit home. Is there a solution for this browser-side? EDIT: The link has been changed to the blog post describing the phenomenon. Good riddance!
You can use Firefox. Firefox actually implements a reasonable storage limit policy for this. 10MB for an entire domain (all subdomains included)
Re: HTML5 localStorage allows sites to fill up users' hard disks
#8Isn't there a limita Limit of 5Mb(?) per Domain definend in the HTML5 Spec for LocalStorage?
Re: HTML5 localStorage allows sites to fill up users' hard disks
#9How is that done? Isn't there a limita Limit of 5Mb(?) per Domain definend in the HTML5 Spec for LocalStorage?
example.com
1.example.com
2.example.com
...
Re: HTML5 localStorage allows sites to fill up users' hard disks
#10How is that done? Isn't there a limita Limit of 5Mb(?) per Domain definend in the HTML5 Spec for LocalStorage?
He explains here that most browsers (except Firefox) don't follow the standard close enough, and ignore the exception for subdomains, i.e. 1.filldisk.com, 2.filldisk.com, etc.