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

allowOrigin() public method

Add an origin to the whitelist that will be allowed to connect to your application.
public allowOrigin ( string $address ) : Kraken\Network\Http\Component\Router\HttpRouterInterface
$address string
return Kraken\Network\Http\Component\Router\HttpRouterInterface
    public function allowOrigin($address);