/**
  * {@inheritdoc}
  */
 public function __construct($url, $status = 302, $headers = array())
 {
     $this->trustedUrls[$url] = TRUE;
     parent::__construct($url, $status, $headers);
 }