]> git.openstreetmap.org Git - rails.git/blobdiff - config/initializers/sanitize.rb
Merge remote-tracking branch 'upstream/pull/2381'
[rails.git] / config / initializers / sanitize.rb
index 7360e2701658a7f02a30c310c1955a61949033fe..30fe37820fb0dac8a1303288806e81805501d998 100644 (file)
@@ -1,3 +1,5 @@
 Sanitize::Config::OSM = Sanitize::Config::RELAXED.dup
 
-Sanitize::Config::OSM[:add_attributes] = { 'a' => { 'rel' => 'nofollow' } }
+Sanitize::Config::OSM[:elements] -= %w[div style]
+Sanitize::Config::OSM[:add_attributes] = { "a" => { "rel" => "nofollow noopener noreferrer" } }
+Sanitize::Config::OSM[:remove_contents] = %w[script style]