Skip to content

Commit

Permalink
Update Firefox version in user agent (#216)
Browse files Browse the repository at this point in the history
Updates Firefox version in user agent string from 123 to 127.
  • Loading branch information
VerifiedJoseph authored Jul 1, 2024
1 parent a13a57f commit f2849d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fetch.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Fetch

/** @var array<string, string> $headers HTTP headers */
private array $headers = [
'User-Agent' => 'Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0',
'User-Agent' => 'Mozilla/5.0 (Windows NT 10.0; rv:127.0) Gecko/20100101 Firefox/127.0',
'Accept' => '*/*'
];

Expand Down

0 comments on commit f2849d3

Please sign in to comment.