Kraken\Network\Http\Component\Router\HttpRouterInterface::isOriginAllowed PHP Method

isOriginAllowed() public method

Check if given $address is allowed or not.
public isOriginAllowed ( string $address ) : boolean
$address string
return boolean
    public function isOriginAllowed($address);