tor-browser

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

freshness.any.js.ini (293B)


      1 [freshness.any.serviceworker.html]
      2  expected:
      3    if (os == "android") and not debug: [OK, ERROR]
      4 
      5 [freshness.any.worker.html]
      6  expected:
      7    if os == "mac": [OK, CRASH]
      8 
      9 [freshness.any.sharedworker.html]
     10 
     11 [freshness.any.html]
     12  expected:
     13    if (os == "android") and not debug: [OK, CRASH]