Www.meteor.com fails with cookie disabled

Is anybody aware that you can’t see (new version of) www dot meteor dot com without cookie enabled?
It requires window.localStorage to be accessible.
Actually, it’s not just about www dot meteor dot com but all Meteor apps with es5-shim.
The problem seems to be related with https://github.com/es-shims/es5-shim/issues/327
so maybe it’s just updating the es5-shim package.

I found a similar topic at Meteor app hard crashes while browsing in private mode in Safari
but I will post as a new topic because fixing the meteor web page is more important.

Thanks.