mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-20 22:48:33 +03:00
Removed unnecessary comment
This commit is contained in:
committed by
GitHub
parent
43f658f5e9
commit
d94c2bdf95
4
index.js
4
index.js
@@ -17,7 +17,7 @@ http.createServer(app).listen(80);
|
|||||||
|
|
||||||
//global salt that is added to every ip before hashing to
|
//global salt that is added to every ip before hashing to
|
||||||
// make it even harder for someone to decode the ip
|
// 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
|
//if so, it will use the x-forwarded header instead of the ip address of the connection
|
||||||
var behindProxy = true;
|
var behindProxy = true;
|
||||||
@@ -544,4 +544,4 @@ function getHash(value, times=5000) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user