tor-browser

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

file_bug1639328.html (195B)


      1 <!doctype html>
      2 <script>
      3 onmessage = function(e) {
      4  parent.postMessage({
      5    throttledFrameRequests: SpecialPowers.DOMWindowUtils.effectivelyThrottlesFrameRequests,
      6  }, e.origin);
      7 };
      8 </script>