historical/js-xss-for-mayaspace.git/example/worker.js
2024-01-16 11:20:27 -06:00

3 lines
109 B
JavaScript

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