Nelmio\SecurityBundle\ExternalRedirect\TargetValidator::isTargetAllowed PHP Method

isTargetAllowed() public method

Returns whether a target is acceptable.
public isTargetAllowed ( string $targetUrl ) : boolean
$targetUrl string
return boolean
    public function isTargetAllowed($targetUrl);
TargetValidator