]> git.openstreetmap.org Git - rails.git/blobdiff - config/initializers/sanitize.rb
Fix typo: change 'noreferer' to 'noreferrer'
[rails.git] / config / initializers / sanitize.rb
index c7b7b33266ab0024a5ab3c5a79bf9ff5b69e6c60..30fe37820fb0dac8a1303288806e81805501d998 100644 (file)
@@ -1,5 +1,5 @@
 Sanitize::Config::OSM = Sanitize::Config::RELAXED.dup
 
 Sanitize::Config::OSM[:elements] -= %w[div style]
-Sanitize::Config::OSM[:add_attributes] = { "a" => { "rel" => "nofollow noopener noreferer" } }
+Sanitize::Config::OSM[:add_attributes] = { "a" => { "rel" => "nofollow noopener noreferrer" } }
 Sanitize::Config::OSM[:remove_contents] = %w[script style]