diff --git a/ArchiSteamFarm/WebBrowser.cs b/ArchiSteamFarm/WebBrowser.cs index c6b923dd4..1ffb5951a 100644 --- a/ArchiSteamFarm/WebBrowser.cs +++ b/ArchiSteamFarm/WebBrowser.cs @@ -596,11 +596,9 @@ namespace ArchiSteamFarm { case "https": break; case "steammobile": - // Those redirections are invalid, but we're aware of that and we have extra logic for them return response; default: - // 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));