/** * Returns an array of allowed URLs * * @return array */ protected function allowedUrls() { return (array) Robots::config()->allowed_urls; }