Created
January 11, 2013 11:17
-
-
Save jewilmeer/4509974 to your computer and use it in GitHub Desktop.
Securityfix rails 2.3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Make sure we are secure, see https://groups.google.com/forum/?fromgroups=#!topic/rubyonrails-security/61bkgvnSGTQ | |
ActiveSupport::CoreExtensions::Hash::Conversions::XML_PARSING.delete('symbol') | |
ActiveSupport::CoreExtensions::Hash::Conversions::XML_PARSING.delete('yaml') | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment