1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-06 11:19:51 +00:00

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
98 B
JavaScript
Raw Normal View History

define("xss", ["exports"], function (__exports__) {
__exports__.default = window.filterXSS;
});