Skip to content

Commit

Permalink
holaapi: update reported client version
Browse files Browse the repository at this point in the history
  • Loading branch information
Snawoot committed Jul 15, 2021
1 parent 86b7fec commit 4d43486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions holaapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import (
"github.com/google/uuid"
)

const USER_AGENT = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36"
const EXT_VER = "1.181.350"
const USER_AGENT = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36"
const EXT_VER = "1.186.562"
const EXT_BROWSER = "chrome"
const PRODUCT = "cws"
const CCGI_URL = "https://client.hola.org/client_cgi/"
Expand Down

0 comments on commit 4d43486

Please sign in to comment.