Live data from Hacker News

HTML5 localStorage allows sites to fill up users' hard disks

feross.org

1–10 of 191 posts

Re: HTML5 localStorage allows sites to fill up users' hard disks

#2
I 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

#5
post #2

I 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

#7
post #5
post #2

I 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)

I was wondering why it wasn't working, lol. Got stuck at 5MB for me.

Re: HTML5 localStorage allows sites to fill up users' hard disks

#10
post #8

How is that done? Isn't there a limita Limit of 5Mb(?) per Domain definend in the HTML5 Spec for LocalStorage?

http://feross.org/fill-disk/

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.

Post reply on HN