tor-browser

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

referrer-origin-when-cross-origin-service-worker.https.html (654B)


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