tor-browser

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

service-list.https.sub.html (477B)


      1 <!DOCTYPE html>
      2 <script src="/resources/testharness.js"></script>
      3 <script src="/resources/testharnessreport.js"></script>
      4 <script src="../support/testharness-helper.js"></script>
      5 <meta http-equiv="Content-Security-Policy" content="worker-src https://{{host}}:{{ports[https][0]}}">
      6 <script>
      7  var url = new URL("../support/ping.js", document.baseURI).toString();
      8  assert_service_worker_is_loaded(url, "Same-origin service worker allowed by host-source expression.");
      9 </script>