tor-browser

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

httponly_cookies.https.window.js.ini (336B)


      1 [httponly_cookies.https.window.html]
      2  [HttpOnly cookies are not observed]
      3    expected:
      4      if (os == "win"): [PASS, FAIL]
      5 
      6  [HttpOnly cookies can not be set by document.cookie]
      7    expected:
      8      if (os == "win"): [PASS, FAIL]
      9 
     10  [HttpOnly cookies can not be set by CookieStore]
     11    expected:
     12      if (os == "win"): [PASS, FAIL]