feat: implemented HRDLog upload

This commit is contained in:
2026-06-18 14:27:33 +02:00
parent e8eedcc1dc
commit cdd71b17c8
11 changed files with 333 additions and 8 deletions
+1
View File
@@ -24,6 +24,7 @@ var sensitiveSettingKeys = map[string]bool{
keyExtClublogPassword: true,
keyExtLoTWKeyPassword: true,
keyExtLoTWWebPassword: true,
keyExtHRDLogCode: true,
}
func isSensitiveSetting(key string) bool { return sensitiveSettingKeys[key] }