mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
When registering API key for ASF usage, signalize it in the domain name
This way user knows it's us who generated it, even though other people may access it as well
This commit is contained in:
@@ -2541,7 +2541,7 @@ namespace ArchiSteamFarm {
|
||||
// Extra entry for sessionID
|
||||
Dictionary<string, string> data = new Dictionary<string, string>(4, StringComparer.Ordinal) {
|
||||
{ "agreeToTerms", "agreed" },
|
||||
{ "domain", "localhost" },
|
||||
{ "domain", "generated.by." + SharedInfo.AssemblyName.ToLowerInvariant() + ".localhost" },
|
||||
{ "Submit", "Register" }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user