tor-browser

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

idl-NavigatorBluetooth.window.js (234B)


      1 // META: script=/resources/testdriver.js?feature=bidi
      2 // META: script=/resources/testdriver-vendor.js
      3 'use strict';
      4 
      5 test(() => {
      6  assert_false('bluetooth' in navigator);
      7 }, 'navigator.bluetooth not available in insecure contexts');