This commit is contained in:
JustArchi
2019-07-05 11:43:20 +02:00
parent d70e71dd68
commit fc23a426a2

View File

@@ -596,11 +596,9 @@ namespace ArchiSteamFarm {
case "https": case "https":
break; break;
case "steammobile": case "steammobile":
// Those redirections are invalid, but we're aware of that and we have extra logic for them // Those redirections are invalid, but we're aware of that and we have extra logic for them
return response; return response;
default: default:
// We have no clue about those, but maybe HttpClient can handle them for us // We have no clue about those, but maybe HttpClient can handle them for us
ASF.ArchiLogger.LogGenericError(string.Format(Strings.WarningUnknownValuePleaseReport, nameof(redirectUri.Scheme), redirectUri.Scheme)); ASF.ArchiLogger.LogGenericError(string.Format(Strings.WarningUnknownValuePleaseReport, nameof(redirectUri.Scheme), redirectUri.Scheme));