mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Misc
This commit is contained in:
@@ -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));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user