X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0d3a9ed9cb47ce3b89ea9eaffbb589f9a9ff6d22..dc2a2c8ebd1a11e4a64555fda22c6859a51defff:/config/initializers/sanitize.rb diff --git a/config/initializers/sanitize.rb b/config/initializers/sanitize.rb index 0df38f0fa..c7be1380f 100644 --- a/config/initializers/sanitize.rb +++ b/config/initializers/sanitize.rb @@ -1,4 +1,5 @@ Sanitize::Config::OSM = Sanitize::Config::RELAXED.dup -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)