Files
js-xss/example/worker.js

4 lines
109 B
JavaScript
Raw Permalink Normal View History

importScripts("../dist/xss.js");
postMessage(filterXSS('<a href="#" onclick="alert(/xss/)">click me</a>'));