Skip to content

Commit

Permalink
update default user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
alaingilbert committed Aug 7, 2022
1 parent 174d65a commit 7c50590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ogame.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ type Preferences struct {
}

const defaultUserAgent = "" +
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) " +
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) " +
"AppleWebKit/537.36 (KHTML, like Gecko) " +
"Chrome/87.0.4280.88 " +
"Chrome/104.0.0.0 " +
"Safari/537.36"

type options struct {
Expand Down

0 comments on commit 7c50590

Please sign in to comment.