2
0
Fork 0
forked from flashii/eeprom

Updated user agent string.

This commit is contained in:
flash 2022-07-06 17:12:46 +00:00
parent 088531a620
commit c0b866742d

View file

@ -41,7 +41,7 @@ class MisuzuAuth implements AuthInterface {
CURLOPT_MAXREDIRS => 2,
CURLOPT_PROTOCOLS => CURLPROTO_HTTPS,
CURLOPT_TIMEOUT => 5,
CURLOPT_USERAGENT => 'mc.flashii.net',
CURLOPT_USERAGENT => 'Flashii EEPROM',
CURLOPT_HTTPHEADER => [
'Content-Type: application/json',
'X-SharpChat-Signature: ' . $loginSignature,