Comparing version 0.16.8 to 0.16.9
@@ -84,3 +84,4 @@ var path = require('path'); | ||
bundleName = bundleName || _bundleName(req); | ||
return 'http://' + req.headers.host + '/' + bundleName; | ||
var proto = (req.headers['x-forwarded-proto'] ? req.headers['x-forwarded-proto'] + ':' : ''); | ||
return proto + '//' + req.headers.host + '/' + bundleName; | ||
} | ||
@@ -87,0 +88,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"keywords": "browser require bundle module package static-analysis", | ||
"version": "0.16.8", | ||
"version": "0.16.9", | ||
"repository": { | ||
@@ -9,0 +9,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
72465
1368