fix #2362
Rather than removing all css now it will remove only css not listed in the "relaxed" sanitize config.
This commit is contained in:
@@ -321,7 +321,8 @@ class DText
|
|||||||
"a" => {
|
"a" => {
|
||||||
"href" => ["http", "https", :relative]
|
"href" => ["http", "https", :relative]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
:css => Sanitize::Config::RELAXED[:css]
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user