mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
Misc
This commit is contained in:
@@ -1544,7 +1544,7 @@ namespace ArchiSteamFarm {
|
||||
|
||||
// It would make sense to use /my/profile here, but it dismisses notifications related to profile comments
|
||||
// So instead, we'll use some less invasive /my link that ensures the session validation, doesn't cause issues and is fast enough
|
||||
const string request = SteamCommunityURL + "/my/badges/2";
|
||||
const string request = SteamCommunityURL + "/my/edit/settings";
|
||||
|
||||
WebBrowser.BasicResponse response = await WebBrowser.UrlHead(request).ConfigureAwait(false);
|
||||
if (response?.FinalUri == null) {
|
||||
|
||||
Reference in New Issue
Block a user