Consider only WebProxyPassword to be sensitive

This commit is contained in:
JustArchi
2018-05-09 05:47:43 +02:00
parent 14d373cbbf
commit 083b628b3f
2 changed files with 0 additions and 5 deletions

View File

@@ -243,7 +243,6 @@ namespace ArchiSteamFarm {
}
public bool ShouldSerializeWebProxyPassword() => ShouldSerializeSensitiveDetails;
public bool ShouldSerializeWebProxyUsername() => ShouldSerializeSensitiveDetails;
internal static GlobalConfig Load(string filePath) {
if (string.IsNullOrEmpty(filePath)) {