Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "ifnode", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Node.js MVC Framework", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -62,3 +62,3 @@ 'use strict'; | ||
if(host !== '127.0.0.1' || host !== 'localhost') { | ||
if(host !== '127.0.0.1' && host !== 'localhost') { | ||
params.push(config.host); | ||
@@ -65,0 +65,0 @@ } |
Sorry, the diff of this file is not supported yet
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
2614
91319
74