tor-browser

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

script.window.js.ini (1428B)


      1 [script.window.html?include=integrity-none]
      2  [No `integrity` attribute + Bad sha-256 header: blocked.]
      3    expected: FAIL
      4 
      5  [No `integrity` attribute + Repeated sha-256 header: blocked.]
      6    expected: FAIL
      7 
      8  [No `integrity` attribute + Multiple bad headers (previous += sha-256): blocked.]
      9    expected: FAIL
     10 
     11  [No `integrity` attribute + Bad sha-512 header: blocked.]
     12    expected: FAIL
     13 
     14  [No `integrity` attribute + Repeated sha-512 header: blocked.]
     15    expected: FAIL
     16 
     17  [No `integrity` attribute + Multiple bad headers (previous += sha-512): blocked.]
     18    expected: FAIL
     19 
     20  [No `integrity` attribute + Mixed good and bad headers: blocked.]
     21    expected: FAIL
     22 
     23 
     24 [script.window.html?include=integrity-pass]
     25  [Matching `integrity` attribute + Bad sha-256 header: blocked.]
     26    expected: FAIL
     27 
     28  [Matching `integrity` attribute + Repeated sha-256 header: blocked.]
     29    expected: FAIL
     30 
     31  [Matching `integrity` attribute + Multiple bad headers (previous += sha-256): blocked.]
     32    expected: FAIL
     33 
     34  [Matching `integrity` attribute + Bad sha-512 header: blocked.]
     35    expected: FAIL
     36 
     37  [Matching `integrity` attribute + Repeated sha-512 header: blocked.]
     38    expected: FAIL
     39 
     40  [Matching `integrity` attribute + Multiple bad headers (previous += sha-512): blocked.]
     41    expected: FAIL
     42 
     43  [Matching `integrity` attribute + Mixed good and bad headers: blocked.]
     44    expected: FAIL
     45 
     46 
     47 [script.window.html?include=integrity-fail]