Add comment

This commit is contained in:
younesaassila 2024-01-27 16:45:57 +01:00
parent 0497263fd6
commit feafee68df

View File

@ -25,7 +25,7 @@ export function anonymizeIpAddress(url: string): string {
} }
} }
return proxyHost; return proxyHost; // Also anonymizes port.
} }
/** /**