Live data from Hacker News

HTML5 localStorage allows sites to fill up users' hard disks

feross.org

21–30 of 191 posts

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

#21

The message is OK, but personally I have an issue with websites playing sound without my consent.

Agreed. But while we're on the topic- what is that song?

Mr. Trololo himself: https://www.youtube.com/watch?v=oavMtUWDBTM

http://en.wikipedia.org/wiki/Eduard_Khil

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

#22
(Mildly OT) Well, that's interesting. The link has been changed since it was posted - it originally pointed directly at the demo which began to fill your disk. Is this a mod thing, or can the original submitter do it?

Either way, it was a good call. Automatically playing music and filling my hard drive with no warning is a terrible idea.

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

#23

Is there a means to inspect (and or modify) what apps are putting into my local storage? something similar to cookie inspection?

In Webkit based browsers, the inspector will list localstorage use in the "storage" pane.

http://i.imgur.com/9fAjLQr.png

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

#25

The message is OK, but personally I have an issue with websites playing sound without my consent.

OK, why does YouTube get a free pass on this? Nobody has ever given me a good reason.

Not ok either but you can at least mute the sound there.

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

#26

Earlier quoted context omitted.

Agreed. But while we're on the topic- what is that song?

It's known as the "troll" or "trololo" song. Can't be bothered to remember it's real name. https://www.youtube.com/watch?v=sTSA_sWGM44

10 internets to you, good sir. I just saw the name in the source code on GitHub (facepalm). Thanks for the link to the video; highly entertaining!

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

#27
post #13

Is there a means to inspect (and or modify) what apps are putting into my local storage? something similar to cookie inspection?

In Chrome, you can go to Settings->Advanced Settings->Content Settings->Cookies->All Cookies and Site Data, and it will list sites using your localStorage.

Thanks, gave me a chance to peek at which sites/apps have been running experiments on my box (web db stuf,...).

The thing I still find disturbing is that unlike cookies, it seems not easy/direct to view the contents of a localstorage (other than its meta-data).

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

#28
post #20

Earlier quoted context omitted.

OK, why does YouTube get a free pass on this? Nobody has ever given me a good reason.

By visiting a YouTube video, I am giving YouTube my consent to play me a video, including any sound it might contain. I completely expect YouTube videos to play sound and am prepared for it, unlike websites such as this.

All it takes is a redirect.

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

#29

Earlier quoted context omitted.

OK, why does YouTube get a free pass on this? Nobody has ever given me a good reason.

Not ok either but you can at least mute the sound there.

Yes, and it takes one click. Same number of clicks it takes to close the tab.

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

#30
post #22

(Mildly OT) Well, that's interesting. The link has been changed since it was posted - it originally pointed directly at the demo which began to fill your disk. Is this a mod thing, or can the original submitter do it? Either way, it was a good call. Automatically playing music and filling my hard drive with no warning is a terrible idea.

I'm the author. Looks like the mods changed the link and spoiled my fun ;)
Post reply on HN