Skip to content

Commit

Permalink
Normally there's no cookie set
Browse files Browse the repository at this point in the history
  • Loading branch information
optix2000 committed Sep 13, 2021
1 parent 1348d66 commit 54cffcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proxy/stats_get_prediction.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ func (s *StatsGetPrediction) ProcessStatsQueue(queue chan *StatsGetTask) {
}
req.Header.Set("Content-Type", "application/x-www-form-urlencoded")
req.Header.Set("Cache-Control", "no-cache")
req.Header.Set("Cookie", "theme=theme-dark")
req.Header.Set("User-Agent", "Steam")

apiURL, err := url.Parse(s.GGStriveAPIURL) // TODO: Const this
Expand Down

0 comments on commit 54cffcb

Please sign in to comment.