Home
last modified time | relevance | path

Searched refs:httponly (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/npm/test/fixtures/config/
Duserconfig22 httponly = true
/third_party/cef/libcef/common/net_service/
Dnet_service_util.cc226 cookie.httponly = cc.IsHttpOnly(); in MakeCefCookie()
264 cookie.httponly = pc.IsHttpOnly(); in MakeCefCookie()
/third_party/node/deps/npm/test/tap/
D00-config-setup.js30 httponly: true } } property
/third_party/node/deps/npm/test/
Dcommon-config.js48 httponly: true } } property
/third_party/cef/libcef/browser/net_service/
Dcookie_manager_impl.cc292 cookie.secure ? true : false, cookie.httponly ? true : false, same_site, in SetCookieInternal()
303 if (cookie.httponly) in SetCookieInternal()
/third_party/python/Doc/library/
Dhttp.cookies.rst141 * ``httponly``
144 The attribute :attr:`httponly` specifies that the cookie is only transferred
/third_party/cef/include/internal/
Dcef_types_wrappers.h847 target->httponly = src->httponly; in set()
Dcef_types.h784 int httponly; member
/third_party/libwebsockets/lib/roles/http/
Dcookie.c59 unsigned int httponly:1; member
/third_party/python/Doc/whatsnew/
D2.6.rst1904 :attr:`httponly` attribute. In some browsers. cookies with this attribute
/third_party/python/Misc/
DHISTORY4130 - Issue #16611: http.cookie now correctly parses the 'secure' and 'httponly'