tor-browser

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

cspee.https.html.ini (624B)


      1 [cspee.https.html]
      2  [fenced frame should not be loaded in CSPEE]
      3    expected:
      4      if (processor == "x86_64") and (os == "win") and not debug: [FAIL, PASS]
      5      if (processor == "x86") and not debug: [FAIL, PASS]
      6      FAIL
      7 
      8  [fenced frame should not be loaded if any ancestor has CSPEE]
      9    expected:
     10      if (processor == "x86") and not debug: [FAIL, PASS]
     11      FAIL
     12 
     13  [canLoadOpaqueURL considers CSPEE headers]
     14    expected: FAIL
     15 
     16  [canLoadOpaqueURL considers CSPEE headers up the ancestor chain]
     17    expected: FAIL
     18 
     19  [canLoadOpaqueURL returns true if no CSPEE headers are present in iframe]
     20    expected: FAIL