Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/tough-cookie/lib/
Dcookie.js551 c.httpOnly = true;
727 Cookie.prototype.httpOnly = false; method in Cookie
887 if (this.httpOnly) {
1062 if (options.http === false && cookie.httpOnly) {
1091 if (options.http === false && oldCookie.httpOnly) { // step 11.2
1169 if (c.httpOnly && !http) {