We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 943562d + 37eb764 commit 16ccebeCopy full SHA for 16ccebe
2 files 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(/^[\.]/,'');
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cookiejar",
3
- "version": "2.0.3",
+ "version": "2.0.4",
4
"author": {
5
"name": "bradleymeck"
6
},
0 commit comments