Skip to content

Commit

Permalink
Less suspicious user agent
Browse files Browse the repository at this point in the history
Updates the user agent string to a less problematic one, fixes issue #17 .
  • Loading branch information
cetcondor authored Aug 6, 2021
1 parent ed3c3f6 commit 9d817f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Favicon/DataAccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ private function setContext()
'max_redirects' => 1,
'timeout' => 10,
'header' => 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:20.0; Favicon; ' .
'+https://github.com/ArthurHoaro/favicon) Gecko/20100101 Firefox/32.0\r\n',
'+https://github.com/ArthurHoaro/favicon) Gecko/20100101 Firefox/78.0',
]
]
);
Expand Down

0 comments on commit 9d817f5

Please sign in to comment.