A collaborative spreadsheet in less than 45 lines of JS, one library used
31–40 of 69 posts
did someone just execute remote javascript`?
Re: A collaborative spreadsheet in less than 45 lines of JS, one library used
#32Re: A collaborative spreadsheet in less than 45 lines of JS, one library used
#33I am waiting for someone to reproduce healthcare.gov with 100 lines of code...
that's the spirit ! seriously it would be an awesome idea to create a website with challenges like that. create a substractive synthesizer in js in less than 1k, like old demos
Re: A collaborative spreadsheet in less than 45 lines of JS, one library used
#34WARNING: Could there be some kind of script attack ? My Safari browser freezes with 'foo' alert message from this site and it has placed itself as default website so whenever I reopen safari it freezes again.
Let me know if you know how to fix this.
Re: A collaborative spreadsheet in less than 45 lines of JS, one library used
#35I think I crashed it (ie: Chrome hard lockup on the tab) with this:
=location.href='google.com'
Re: A collaborative spreadsheet in less than 45 lines of JS, one library used
#36Earlier quoted context omitted.
Since jsFiddles run user-generated code by design, I hope that they correctly sandbox and use HTTP-only cookies anyway.
That's a great point. A restricted iframe on a separate domain + httpOnly session cookies just to be safe would do it.
That's what they do already.
Re: A collaborative spreadsheet in less than 45 lines of JS, one library used
#37I would love to read about who/how is blocking XSS and censoring!
Re: A collaborative spreadsheet in less than 45 lines of JS, one library used
#38I would love to read about who/how is blocking XSS and censoring!
Oh, that's me: http://jsfiddle.net/sy85U/31/
Just a very quick, crude little hack.
Re: A collaborative spreadsheet in less than 45 lines of JS, one library used
#39I'm trying to remove the location.href thing outta there! Annoying!