Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Fix: the GFW-leaded mistake #285

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Lin-Zixing
Copy link

Changed:

  1. changed all URLs that contain "http:\steamcommunity" to "https:\*******"
  2. changed the frmBrowser.cs:
    When one uses the original version code and login with different accounts, the software may get different "steamMachineAuth******" cookies, and it will use the last one as the final one.
    I change the code so that it will only use the steamMachineAuth cookie that match the steamlogin's first 18 character.

Before using the new version idelmaster, one should add the following two line into the hosts file:

104.115.227.3 steamcommunity.com
104.115.227.3 store.steampowered.com

Change:
1. change all URLs that contain "http:\\*steamcommunity*" to "https:\\*******"
2. change the frmBrowser.cs:
When you use the original version code and login with different accounts, it may get different "steamMachineAuth******" cookies, and the code will use the last one as the final one.
I change the code so that it will only use the steamMachineAuth cookie that match the steamlogin's first 18 character.




Before using the new version idelmaster, you should add the following two line into the hosts file:

104.115.227.3    steamcommunity.com
104.115.227.3    store.steampowered.com
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant