tor-browser

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

non-secure.window.js (141B)


      1 'use strict';
      2 
      3 test(() => {
      4  assert_false(window.hasOwnProperty('fetchLater'));
      5 }, `fetchLater() is not supported in non-secure context.`);