tor-browser

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

referrer-origin-when-cross-origin-worker.html (572B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>Fetch in worker: 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  </head>
     11  <body>
     12    <script>
     13      fetch_tests_from_worker(new Worker("referrer-origin-when-cross-origin.js?pipe=sub"));
     14    </script>
     15  </body>
     16 </html>