-
Improvement
-
Resolution: Fixed
-
Minor
-
4.4.5, 4.5.1
Currently, the HTML Purifier will filter out CSS properties like border-radius from forum posts or glossary entries.
As per this GitHub issue, we could simply add $config->set('CSS.Proprietary', true); when setting up the purifier in weblib.php. This would allow "safe, proprietary CSS values"; there is a detailed list available in the source.
IMHO it would make sense to do that.