Started converting websocket and rpc classes
This commit is contained in:
@@ -27,9 +27,7 @@
|
||||
public static string Sanitize(string text)
|
||||
{
|
||||
foreach (string unsafeChar in SensitiveCharacters)
|
||||
{
|
||||
text = text.Replace(unsafeChar, $"\\{unsafeChar}");
|
||||
}
|
||||
return text;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user