tor-browser

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

sw.https.window.js.ini (1136B)


      1 [sw.https.window.html]
      2  prefs: [browser.opaqueResponseBlocking:true]
      3  disabled:
      4    if asan and (os == "linux") and (bits == 64): https://bugzilla.mozilla.org/show_bug.cgi?id=1509373
      5  max-asserts: 2
      6  expected: TIMEOUT
      7  [Ranged response not allowed following no-cors ranged request]
      8    expected:
      9      if os == "android": FAIL
     10      if os == "win": FAIL
     11      [FAIL, PASS]
     12 
     13  [Non-opaque ranged response executed]
     14    expected:
     15      if processor == "x86": [FAIL, TIMEOUT]
     16      FAIL
     17 
     18  [Accept-Encoding should not appear in a service worker]
     19    expected:
     20      if processor == "x86": [PASS, NOTRUN]
     21 
     22  [Defer range header filter tests to service worker]
     23    expected: TIMEOUT
     24 
     25  [Defer range header passthrough tests to service worker]
     26    expected: NOTRUN
     27 
     28  [Ranged response not allowed following no-cors ranged request]
     29    expected: NOTRUN
     30 
     31  [Non-opaque ranged response executed]
     32    expected: NOTRUN
     33 
     34  [Accept-Encoding should not appear in a service worker]
     35    expected: NOTRUN
     36 
     37  [Opaque range preload successes and failures should be indistinguishable]
     38    expected:
     39      if win11_2009: NOTRUN
     40      [NOTRUN, TIMEOUT]