Skip to content

Commit

Permalink
Removed unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Aug 12, 2019
1 parent 43f658f commit d94c2bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ http.createServer(app).listen(80);

//global salt that is added to every ip before hashing to
// make it even harder for someone to decode the ip
var globalSalt = "49cb0d52-1aec-4b89-85fc-fab2c53062fb"; // Should not be global
var globalSalt = "49cb0d52-1aec-4b89-85fc-fab2c53062fb";

//if so, it will use the x-forwarded header instead of the ip address of the connection
var behindProxy = true;
Expand Down Expand Up @@ -544,4 +544,4 @@ function getHash(value, times=5000) {
}

return value;
}
}

0 comments on commit d94c2bd

Please sign in to comment.