We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be1456 commit 698a45bCopy full SHA for 698a45b
1 file changed
cookiejar.js
@@ -133,7 +133,7 @@
133
if (this.path && access_info.path.indexOf(this.path) !== 0) {
134
return false;
135
}
136
- if (this.explicit_path && this.path !== access_info.path) {
+ if (this.explicit_path && access_info.path.indexOf( this.path ) !== 0) {
137
138
139
var access_domain = access_info.domain && access_info.domain.replace(/^[\.]/,'');
0 commit comments