tor-browser

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

get-decode-split.html.ini (863B)


      1 [get-decode-split.html]
      2  expected:
      3    if (os == "mac") and not debug: [OK, TIMEOUT]
      4    if (os == "android") and not debug: [OK, TIMEOUT]
      5  [`,SAMEORIGIN,,DENY,` blocks same-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,,DENY,` 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,    DENY` blocks same-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,    DENY` blocks cross-origin framing]
     21    expected:
     22      if (os == "mac") and not debug: [PASS, TIMEOUT]
     23      if (os == "android") and not debug: [PASS, TIMEOUT]