tor-browser

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

GeolocationSensor_insecure_context.html (470B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>GeolocationSensor Test: insecure context</title>
      4 <link rel="author" title="Intel" href="http://www.intel.com">
      5 <link rel="help" href="https://wicg.github.io/geolocation-sensor/">
      6 <script src="/resources/testharness.js"></script>
      7 <script src="/resources/testharnessreport.js"></script>
      8 <script src="/generic-sensor/generic-sensor-tests.js"></script>
      9 <script>
     10 
     11 runGenericSensorInsecureContext("GeolocationSensor");
     12 
     13 </script>