Skip to content

Commit

Permalink
Fetch: Update user agent (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
VerifiedJoseph authored Dec 2, 2024
1 parent 07b9a26 commit d9ad5bd
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:127.0) Gecko/20100101 Firefox/127.0',
'User-Agent' => 'Mozilla/5.0 (Windows NT 10.0; rv:133.0) Gecko/20100101 Firefox/133.0',
'Accept' => '*/*'
];

Expand Down

0 comments on commit d9ad5bd

Please sign in to comment.