tor-browser

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

sameorigin.sub.html.ini (1233B)


      1 [sameorigin.sub.html]
      2  expected:
      3    if (os == "mac") and not debug: [OK, TIMEOUT]
      4    if (os == "android") and not debug: [OK, TIMEOUT]
      5  [`SAMEORIGIN` blocks cross-origin framing]
      6    expected:
      7      if (os == "mac") and not debug: [PASS, TIMEOUT]
      8      if (os == "android") and not debug: [PASS, TIMEOUT]
      9 
     10  [`sameOriGin` blocks cross-origin framing]
     11    expected:
     12      if (os == "mac") and not debug: [PASS, TIMEOUT]
     13      if (os == "android") and not debug: [PASS, TIMEOUT]
     14 
     15  [`  SAMEORIGIN ` blocks cross-origin framing]
     16    expected:
     17      if (os == "mac") and not debug: [PASS, TIMEOUT]
     18      if (os == "android") and not debug: [PASS, TIMEOUT]
     19 
     20  [SAMEORIGIN blocks cross-origin nested in same-origin framing]
     21    expected:
     22      if (os == "mac") and not debug: [PASS, TIMEOUT]
     23      if (os == "android") and not debug: [PASS, TIMEOUT]
     24 
     25  [SAMEORIGIN blocks same-origin nested in cross-origin framing]
     26    expected:
     27      if (os == "mac") and not debug: [PASS, TIMEOUT]
     28      if (os == "android") and not debug: [PASS, TIMEOUT]
     29 
     30  [SAMEORIGIN blocks cross-origin nested in cross-origin framing]
     31    expected:
     32      if (os == "mac") and not debug: [PASS, TIMEOUT]
     33      if (os == "android") and not debug: [PASS, TIMEOUT]