tor-browser

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

crossorigin-common.js (207B)


      1 document._log = [];
      2 window.addEventListener("error", function (ev) {
      3    document._log.push(ev.error.name);
      4 });
      5 window.addEventListener("load", function () {
      6    document._log = document._log.join(",");
      7 });