mirror of
https://github.com/discourse/discourse.git
synced 2025-03-07 08:55:35 +08:00

* Whitelist div[data-theme-*] Whitelisting data attributes on <div> elements that match [data-theme-*] allows theme authors to target elements in posts and not have those attributes sanitized. https://meta.discourse.org/t/79520/16 * Update white-lister.js.es6