Merge pull request #1636 from pixelfed/staging

Update AP Helpers
pull/1641/head^2
daniel 6 years ago committed by GitHub
commit 0c56aa058f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -283,9 +283,7 @@ class Helpers {
$cw = config('costar.domain.cw');
if(in_array(parse_url($url, PHP_URL_HOST), $cw) == true) {
$cw = true;
} else {
$cw = isset($activity['sensitive']) ? (bool) $activity['sensitive'] : false;
}
}
}
if(!self::validateUrl($res['id']) ||

Loading…
Cancel
Save