From 242dbfc23dfe6c8340d96932fbff21123a3f1b9c Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Thu, 4 Oct 2018 09:31:45 -0700 Subject: Add "sanitized" to the readme I think a prime concern people have here is sanitization and security. Adding this word to the readme provides a little bit of clarity and reassurance that we aren't just rendering raw data trusted from the client. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98fd7a8f68..522ffbb79d 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Then refer to this field in the form for the model: <% end %> ``` -And finally display the rich text on a page: +And finally display the sanitized rich text on a page: ```erb <%= @message.content %> -- cgit v1.2.3