/**
  * Gets the list of trusted proxies.
  *
  * @return array An array of trusted proxies.
  */
 public static function getTrustedProxies()
 {
     return Symfony\Component\HttpFoundation\Request::getTrustedProxies();
 }