tor-browser

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

referrer-origin-when-cross-origin.html (624B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>Fetch: referrer with origin-when-cross-origin policy</title>
      6    <meta name="help" href="https://fetch.spec.whatwg.org/#main-fetch">
      7    <meta name="help" href="https://fetch.spec.whatwg.org/#http-network-or-cache-fetch">
      8    <script src="/resources/testharness.js"></script>
      9    <script src="/resources/testharnessreport.js"></script>
     10    <script src="/common/get-host-info.sub.js"></script>
     11  </head>
     12  <body>
     13    <script src="../resources/utils.js"></script>
     14    <script src="referrer-origin-when-cross-origin.js?pipe=sub"></script>
     15  </body>
     16 </html>