allegroplanet / allegro-planet

1 stars 1 forks source link

Allow carriage return "\r" character in text fields #29

Closed MarkOates closed 7 years ago

MarkOates commented 7 years ago

Problem

Some editors (like rails admin) will return text fields with \r\n as newlines. This is a problem since the \r character does not pass validation:

stuff is winning - game allegro planet admin 2017-03-04 13-50-46

Solution

Rather than sanitize the input, allow the carriage return \rcharacter to qualify as a newline character.