]> git.openstreetmap.org Git - rails.git/blob - config/initializers/sanitize.rb
Try a different approach - grab the layout and stylesheet from slim1, and ditch the...
[rails.git] / config / initializers / sanitize.rb
1 Sanitize::Config::OSM = Sanitize::Config::RELAXED.dup
2
3 Sanitize::Config::OSM[:add_attributes] = { 'a' => { 'rel' => 'nofollow' } }