X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/95eda2d38103318a4c3c3f0c901d8e6ea86eac1e..5b33f3f8e31c62bc3e5db1d5b120533c3afdde68:/config/initializers/sanitize.rb diff --git a/config/initializers/sanitize.rb b/config/initializers/sanitize.rb index c7be1380f..240f1e315 100644 --- a/config/initializers/sanitize.rb +++ b/config/initializers/sanitize.rb @@ -1,5 +1,5 @@ Sanitize::Config::OSM = Sanitize::Config::RELAXED.dup -Sanitize::Config::OSM[:elements] -= %w(div style) +Sanitize::Config::OSM[:elements] -= %w[div style] Sanitize::Config::OSM[:add_attributes] = { "a" => { "rel" => "nofollow" } } -Sanitize::Config::OSM[:remove_contents] = %w(script style) +Sanitize::Config::OSM[:remove_contents] = %w[script style]