adding security misconfig text

This commit is contained in:
Mike McCabe
2013-11-12 18:53:28 -05:00
parent 655b636c38
commit fe9d8b266f
5 changed files with 106 additions and 5 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ module Railsgoat
config.filter_parameters += [:password]
# Enable escaping HTML in JSON.
config.active_support.escape_html_entities_in_json = false
#config.active_support.escape_html_entities_in_json = false
# Use SQL instead of Active Record's schema dumper when creating the database.
# This is necessary if your schema can't be completely dumped by the schema dumper,
+1
View File
@@ -0,0 +1 @@
ActiveSupport::escape_html_entities_in_json = false