tor-browser

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

header-referrer.html (576B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>Ping attribute no Referrer Header given</title>
      6    <script src="/resources/testharness.js"></script>
      7    <script src="/resources/testharnessreport.js"></script>
      8  </head>
      9  <body>
     10    <a id="a" href="#">
     11    <script src="/common/utils.js"></script>
     12    <script src="/common/get-host-info.sub.js"></script>
     13    <script src="/resources/chromium/enable-hyperlink-auditing.js"></script>
     14    <script src="header-referrer.js"></script>
     15    <script>
     16      testReferrerHeader("");
     17    </script>
     18  </body>
     19 </html>