User IP Hashes are now salted with 24 bits from a cryptographically secure random generation function formatted into base 64 for extra privacy/security.
This commit is contained in:
parent
75301ec7d9
commit
ade2a4210d
4 changed files with 32 additions and 14 deletions
|
|
@ -132,7 +132,6 @@ class chatPreprocessor{
|
|||
commandObj.links = [];
|
||||
|
||||
//For each link sent from the client
|
||||
//this.rawData.links.forEach((link) => {
|
||||
for (const link of commandObj.rawData.links){
|
||||
//Add a marked link object to our links array
|
||||
commandObj.links.push(await linkUtils.markLink(link));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue