tor-browser

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

script.https.html.ini (1118B)


      1 [script.https.html?reporting=true]
      2  expected: TIMEOUT
      3  [Ensure that a script without integrity did not run]
      4    expected: TIMEOUT
      5 
      6  [Ensure that a script with unknown integrity algorithm did not run]
      7    expected: NOTRUN
      8 
      9  [Ensure that a script without integrity algorithm runs and gets reported in report-only mode]
     10    expected: NOTRUN
     11 
     12  [Ensure that a no-cors script gets blocked]
     13    expected: NOTRUN
     14 
     15  [Ensure that ReportingObserver gets called without endpoints]
     16    expected: NOTRUN
     17 
     18  [Ensure that a script with integrity runs]
     19    expected: NOTRUN
     20 
     21  [Ensure that a data URI script with no integrity runs]
     22    expected: NOTRUN
     23 
     24  [Ensure that a no-CORS data URI script with no integrity runs]
     25    expected: NOTRUN
     26 
     27  [Ensure that a blob URL script with no integrity runs]
     28    expected: NOTRUN
     29 
     30  [Ensure that a no-CORS blob URL script with no integrity runs]
     31    expected: NOTRUN
     32 
     33  [Ensure that an about:blank URL script with no integrity does not trigger a report]
     34    expected: NOTRUN
     35 
     36  [Ensure that a no-CORS about:blank URL script with no integrity does not trigger a report]
     37    expected: NOTRUN