tor-browser

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

registration-security-error.https.html (433B)


      1 <!DOCTYPE html>
      2 <title>Service Worker: Registration (SecurityError)</title>
      3 <script src="/resources/testharness.js"></script>
      4 <script src="/resources/testharnessreport.js"></script>
      5 <script src="resources/test-helpers.sub.js"></script>
      6 <script src="resources/registration-tests-security-error.js"></script>
      7 <script>
      8 registration_tests_security_error((script, options) => navigator.serviceWorker.register(script, options));
      9 </script>