Rather than removing all css now it will remove only css not listed in
the "relaxed" sanitize config.
This commit is contained in:
Toks
2015-03-27 21:35:30 -04:00
parent f941bc21de
commit 8ee5902da8

View File

@@ -321,7 +321,8 @@ class DText
"a" => {
"href" => ["http", "https", :relative]
}
}
},
:css => Sanitize::Config::RELAXED[:css]
)
end
end