discourse/lib/pretty_text/vendor-shims.js

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;
});