tor-browser

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

script-url-allowed-by-hash.https.html.ini (2507B)


      1 [script-url-allowed-by-hash.https.html]
      2  [script-src should allow script by its url hash - header]
      3    expected: FAIL
      4 
      5  [A parseable url-hash should ignore hostname allowlists - header]
      6    expected: FAIL
      7 
      8  [default-src should allow script by its url hash - header]
      9    expected: FAIL
     10 
     11  [script-src-elem should allow script by its url hash - header]
     12    expected: FAIL
     13 
     14  [url hashes should allow dynamically inserted script if allowlisted - header]
     15    expected: FAIL
     16 
     17  [url hashes should allow redirected scripts - header]
     18    expected: FAIL
     19 
     20  [script-src should allow script by its url hash - metatag]
     21    expected: FAIL
     22 
     23  [A parseable url-hash should ignore hostname allowlists - metatag]
     24    expected: FAIL
     25 
     26  [default-src should allow script by its url hash - metatag]
     27    expected: FAIL
     28 
     29  [script-src-elem should allow script by its url hash - metatag]
     30    expected: FAIL
     31 
     32  [url hashes should allow dynamically inserted script if allowlisted - metatag]
     33    expected: FAIL
     34 
     35  [url hashes should allow redirected scripts - metatag]
     36    expected: FAIL
     37 
     38  [dynamically inserted parser-inserted script should be allowed if strict-dynamic-url is present - header]
     39    expected: FAIL
     40 
     41  [dynamically inserted script inserted by an inline script should be allowed if strict-dynamic-url is present - header]
     42    expected: FAIL
     43 
     44  [dynamically inserted parser-inserted script should be allowed if strict-dynamic-url is present - metatag]
     45    expected: FAIL
     46 
     47  [dynamically inserted script inserted by an inline script should be allowed if strict-dynamic-url is present - metatag]
     48    expected: FAIL
     49 
     50  [script-src should allow script by its relative url's hash - header]
     51    expected: FAIL
     52 
     53  [script-src should allow script by its relative url's hash in child directory - header]
     54    expected: FAIL
     55 
     56  [script-src should allow script by its relative url's hash in an iframe in child dir - header]
     57    expected: FAIL
     58 
     59  [script-src should allow script in parent dir by its relative url's hash in an iframe in child dir - header]
     60    expected: FAIL
     61 
     62  [script-src should allow script by its relative url's hash - metatag]
     63    expected: FAIL
     64 
     65  [script-src should allow script by its relative url's hash in child directory - metatag]
     66    expected: FAIL
     67 
     68  [script-src should allow script by its relative url's hash in an iframe in child dir - metatag]
     69    expected: FAIL
     70 
     71  [script-src should allow script in parent dir by its relative url's hash in an iframe in child dir - metatag]
     72    expected: FAIL