tor-browser

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

crash.html (245B)


      1 <script>
      2  /* eslint-disable mozilla/no-define-cc-etc, no-undef */
      3  const Cc = SpecialPowers.Cc;
      4  const Ci = SpecialPowers.Ci;
      5 
      6  let debug = Cc["@mozilla.org/xpcom/debug;1"].getService(Ci.nsIDebug2);
      7  debug.abort("crash.html", 6);
      8 </script>