tor-browser

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

accept-ch-blank.html (174B)


      1 <html>
      2 <body>
      3 
      4 <!-- Page with an empty accept-ch header, which disables client hints -->
      5 <script>
      6  window.top.opener.postMessage('Loaded', '*');
      7 </script>
      8 
      9 
     10 </body>
     11 </html>