tor-browser

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

navigation-insecure.html.ini (1163B)


      1 [navigation-insecure.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
      4    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
      5  [Do not clear datatypes on insecure navigation (header: )]
      6    expected:
      7      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
      8      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
      9 
     10  [Do not clear datatypes on insecure navigation (header: cookies)]
     11    expected:
     12      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     13      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
     14 
     15  [Do not clear datatypes on insecure navigation (header: storage)]
     16    expected:
     17      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     18      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
     19 
     20  [Do not clear datatypes on insecure navigation (header: cookies, storage)]
     21    expected:
     22      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     23      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]