mirror of
https://github.com/friendica/friendica
synced 2025-04-26 10:30:11 +00:00
Style
This commit is contained in:
parent
aed5e4cc96
commit
903c646a62
1 changed files with 2 additions and 1 deletions
|
@ -79,6 +79,7 @@ class Link
|
||||||
private static function fetchMimeType(string $url)
|
private static function fetchMimeType(string $url)
|
||||||
{
|
{
|
||||||
$timeout = DI::config()->get('system', 'xrd_timeout');
|
$timeout = DI::config()->get('system', 'xrd_timeout');
|
||||||
|
|
||||||
$curlResult = DI::httpRequest()->head($url, ['timeout' => $timeout]);
|
$curlResult = DI::httpRequest()->head($url, ['timeout' => $timeout]);
|
||||||
if ($curlResult->isSuccess()) {
|
if ($curlResult->isSuccess()) {
|
||||||
if (empty($media['mimetype'])) {
|
if (empty($media['mimetype'])) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue