tor-browser

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

worker-report-crypto-subtle-presence.js (181B)


      1 subtle_crypto_found = true;
      2 if (typeof crypto.subtle === 'undefined') subtle_crypto_found = false;
      3 postMessage({ msg_type: 'subtle_crypto_found', msg_value: subtle_crypto_found });