tor-browser

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

1163446-1.html (125B)


      1 <script>
      2 // Will leak with bug 1161413 patches and without bug 1163446 fix.
      3 new FontFace("x", new ArrayBuffer(0));
      4 </script>