mirror of
https://github.com/discourse/discourse.git
synced 2025-08-20 18:52:44 +08:00
3 lines
98 B
JavaScript
3 lines
98 B
JavaScript
define("xss", ["exports"], function (__exports__) {
|
|
__exports__.default = window.filterXSS;
|
|
});
|