You are viewing a single comment's thread from:

RE: Javascript on Steemit : Can It and Should It be Allowed

in #steemthought8 years ago

yeah it would be sweet to do d3 on steemit or some kind of live graph...

right now it looks like they just scrub out anything between a script tag

but is that steemit.com doing that? like if you posted something via the api with javascript would you see it?

Sort:  

Yes, that is what escaping does. There's server side code that cleans it so that it won't be interpreted as code on the client side