mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-21 15:08:22 +03:00
Removed unnecessary comment
This commit is contained in:
committed by
GitHub
parent
43f658f5e9
commit
d94c2bdf95
2
index.js
2
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user