]> git.openstreetmap.org Git - rails.git/blobdiff - config/initializers/sanitize.rb
Localisation updates from https://translatewiki.net.
[rails.git] / config / initializers / sanitize.rb
index eb3039a132f70db038e6bb7b08bd6e4fb8e7af56..240f1e315e404a24665f92d77c5e30e2b78bc195 100644 (file)
@@ -1,5 +1,5 @@
 Sanitize::Config::OSM = Sanitize::Config::RELAXED.dup
 
-Sanitize::Config::OSM[:elements] -= [ 'div', 'style' ]
-Sanitize::Config::OSM[:add_attributes] = { 'a' => { 'rel' => 'nofollow' } }
-Sanitize::Config::OSM[:remove_contents] = [ 'script', 'style' ]
+Sanitize::Config::OSM[:elements] -= %w[div style]
+Sanitize::Config::OSM[:add_attributes] = { "a" => { "rel" => "nofollow" } }
+Sanitize::Config::OSM[:remove_contents] = %w[script style]