tor-browser

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

header-referrer-origin.html (615B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>SendBeacon Referrer Header Origin Policy</title>
      6    <script src="/resources/testharness.js"></script>
      7    <script src="/resources/testharnessreport.js"></script>
      8    <meta name='referrer' content='origin'>
      9  </head>
     10  <body>
     11    <script src="/common/utils.js"></script>
     12    <script src="/common/get-host-info.sub.js"></script>
     13    <script src="header-referrer.js"></script>
     14    <script>
     15      var testBase = get_host_info().HTTP_REMOTE_ORIGIN + RESOURCES_DIR;
     16      testReferrerHeader(testBase, referrerOrigin);
     17    </script>
     18  </body>
     19 </html>