Searched refs:httponly (Results 1 – 11 of 11) sorted by relevance
22 httponly = true
226 cookie.httponly = cc.IsHttpOnly(); in MakeCefCookie()264 cookie.httponly = pc.IsHttpOnly(); in MakeCefCookie()
30 httponly: true } } property
48 httponly: true } } property
292 cookie.secure ? true : false, cookie.httponly ? true : false, same_site, in SetCookieInternal()303 if (cookie.httponly) in SetCookieInternal()
141 * ``httponly``144 The attribute :attr:`httponly` specifies that the cookie is only transferred
847 target->httponly = src->httponly; in set()
784 int httponly; member
59 unsigned int httponly:1; member
1904 :attr:`httponly` attribute. In some browsers. cookies with this attribute
4130 - Issue #16611: http.cookie now correctly parses the 'secure' and 'httponly'