Searched refs:httpOnly (Results 1 – 1 of 1) sorted by relevance
551 c.httpOnly = true;727 Cookie.prototype.httpOnly = false; method in Cookie887 if (this.httpOnly) {1062 if (options.http === false && cookie.httpOnly) {1091 if (options.http === false && oldCookie.httpOnly) { // step 11.21169 if (c.httpOnly && !http) {