From c0b866742d0d823efb1be221f5f836ff9fca4298 Mon Sep 17 00:00:00 2001 From: flashwave Date: Wed, 6 Jul 2022 17:12:46 +0000 Subject: [PATCH] Updated user agent string. --- src/Auth/MisuzuAuth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Auth/MisuzuAuth.php b/src/Auth/MisuzuAuth.php index 619bef0..5e00b93 100644 --- a/src/Auth/MisuzuAuth.php +++ b/src/Auth/MisuzuAuth.php @@ -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,