GravityProject / gravity

Open source social network built with Meteor
MIT License
131 stars 62 forks source link

Code in a post #82

Closed willingham closed 8 years ago

willingham commented 8 years ago

When adding some HTML/JavaScript to a post, the text disappears after clicking submit.
Case in point: I tried to enter as my first post, and nothing actually posted.

pmuens commented 8 years ago

Good catch :+1: . I think this has something to do with sanitizing the input.

zaverichintan commented 8 years ago

@pmuens found something?

pmuens commented 8 years ago

The sanitizing of Meteor will prevent this. I think that #8 and #43 are related to this and an implementation of those two issues will resolve the issue.

zaverichintan commented 8 years ago

Done.