Commentative / commentative

Add your thoughts when sharing content
https://commentative.herokuapp.com/
GNU General Public License v3.0
5 stars 1 forks source link

Can submit anything to "add an article" input box. #35

Open reubengt opened 4 years ago

reubengt commented 4 years ago

Also breaks our server if I do this😂 Once I get this minimally functional according to the prototype, I'm going to add tests and look out for other bugs like this.

mbanerjeepalmer commented 4 years ago

One suggestion is to be as unrestrictive as possible here. Maybe just limit to URLs and then put some timeout etc. limits on the server. I like the idea of being able to add Soundcloud-like comments (i.e. at a point in time) to YouTube videos for example.

reubengt commented 4 years ago

Yep limiting to a valid url sounds like a good plan.