forked from flashii/eeprom
Updated user agent string.
This commit is contained in:
parent
088531a620
commit
c0b866742d
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class MisuzuAuth implements AuthInterface {
|
||||||
CURLOPT_MAXREDIRS => 2,
|
CURLOPT_MAXREDIRS => 2,
|
||||||
CURLOPT_PROTOCOLS => CURLPROTO_HTTPS,
|
CURLOPT_PROTOCOLS => CURLPROTO_HTTPS,
|
||||||
CURLOPT_TIMEOUT => 5,
|
CURLOPT_TIMEOUT => 5,
|
||||||
CURLOPT_USERAGENT => 'mc.flashii.net',
|
CURLOPT_USERAGENT => 'Flashii EEPROM',
|
||||||
CURLOPT_HTTPHEADER => [
|
CURLOPT_HTTPHEADER => [
|
||||||
'Content-Type: application/json',
|
'Content-Type: application/json',
|
||||||
'X-SharpChat-Signature: ' . $loginSignature,
|
'X-SharpChat-Signature: ' . $loginSignature,
|
||||||
|
|
Loading…
Reference in a new issue