diff --git a/steam/client/builtins/web.py b/steam/client/builtins/web.py index c90607f..caa8e6f 100644 --- a/steam/client/builtins/web.py +++ b/steam/client/builtins/web.py @@ -63,7 +63,7 @@ class Web(object): session = make_requests_session() - for domain in ['.steampowered.com', '.steamcommunity.com']: + for domain in ['store.steampowered.com', 'help.steampowered.com', 'steamcommunity.com']: for name, val in cookies.items(): secure = (name == 'steamLoginSecure') session.cookies.set(name, val, domain=domain, secure=secure)