mirror of
https://github.com/friendica/friendica
synced 2025-05-05 19:44:09 +02:00
Use a more specific "accept" value
This commit is contained in:
parent
28e3eee91b
commit
94b7c1fc77
2 changed files with 2 additions and 3 deletions
|
@ -54,7 +54,7 @@ class Directory
|
|||
|
||||
Logger::info('Updating directory: ' . $arr['url']);
|
||||
if (strlen($arr['url'])) {
|
||||
DI::httpClient()->fetch($dir . '?url=' . bin2hex($arr['url']), 0, HttpClient::ACCEPT_DEFAULT);
|
||||
DI::httpClient()->fetch($dir . '?url=' . bin2hex($arr['url']), 0, HttpClient::ACCEPT_HTML);
|
||||
}
|
||||
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue