tor-browser

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

nosniff.sub.any.js.ini (1105B)


      1 [nosniff.sub.any.html]
      2  prefs: [browser.opaqueResponseBlocking:true,
      3          browser.opaqueResponseBlocking.filterFetchResponse:2]
      4 
      5  expected:
      6    if (os == "android") and fission: [OK, TIMEOUT]
      7  [ORB should block opaque text/plain with nosniff: fetch(..., {mode: "no-cors"})]
      8    expected: FAIL
      9 
     10  [ORB should block opaque-response-blocklisted MIME type with nosniff: fetch(..., {mode: "no-cors"})]
     11    expected: FAIL
     12 
     13  [ORB should block opaque response with empty Content-Type and nosniff: fetch(..., {mode: "no-cors"})]
     14    expected: FAIL
     15 
     16 
     17 [nosniff.sub.any.worker.html]
     18  prefs: [browser.opaqueResponseBlocking:true,
     19          browser.opaqueResponseBlocking.filterFetchResponse:2]
     20 
     21  expected:
     22    if (os == "android") and fission: [OK, TIMEOUT]
     23  [ORB should block opaque text/plain with nosniff: fetch(..., {mode: "no-cors"})]
     24    expected: FAIL
     25 
     26  [ORB should block opaque-response-blocklisted MIME type with nosniff: fetch(..., {mode: "no-cors"})]
     27    expected: FAIL
     28 
     29  [ORB should block opaque response with empty Content-Type and nosniff: fetch(..., {mode: "no-cors"})]
     30    expected: FAIL