tor-browser

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

wakelock-insecure-context.any.js (209B)


      1 //META: title=Wake Lock API is not exposed in an insecure context
      2 
      3 test(() => {
      4  assert_false("WakeLock" in self, "'WakeLock' must not be exposed");
      5 }, "Wake Lock API is not exposed in an insecure context");