combo-url-parser
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -37,3 +37,6 @@ var parser = require('./parser.js'); | ||
}, | ||
headers: req.headers, | ||
headers: { | ||
'host': req.headers.host, | ||
'userAgent': req.headers.userAgent | ||
}, | ||
encoding: null | ||
@@ -40,0 +43,0 @@ }, function (err, resp, body) { |
@@ -5,3 +5,3 @@ { | ||
"description": "A util to parser comboed url", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8767
217