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

disallowOrigin() public method

Remove an origin so it will not be able access your routes.
public disallowOrigin ( string $address ) : Kraken\Network\Http\Component\Router\HttpRouterInterface
$address string
return Kraken\Network\Http\Component\Router\HttpRouterInterface
    public function disallowOrigin($address);