We may also want to check we use this across the board.
The featured image class uses the following: (Maybe we move it to the Hyperlinks class?)
public static function isRemote(string $source): bool
{
return str_starts_with($source, 'http') || str_starts_with($source, '//');
}