mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Consider only WebProxyPassword to be sensitive
This commit is contained in:
@@ -243,7 +243,6 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
public bool ShouldSerializeWebProxyPassword() => ShouldSerializeSensitiveDetails;
|
||||
public bool ShouldSerializeWebProxyUsername() => ShouldSerializeSensitiveDetails;
|
||||
|
||||
internal static GlobalConfig Load(string filePath) {
|
||||
if (string.IsNullOrEmpty(filePath)) {
|
||||
|
||||
Reference in New Issue
Block a user