tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

parseHTMLUnsafe-iframe.js (73B)


      1 window.doParse = (html) => {
      2  return Document.parseHTMLUnsafe(html);
      3 };