From 81abeaa3571088ac73a17a0d0343c82956827c88 Mon Sep 17 00:00:00 2001 From: Daniel Gomes Date: Sun, 12 Jan 2014 21:48:19 +0000 Subject: [PATCH] Fixed `versionadded` inconsistencies --- components/http_foundation/trusting_proxies.rst | 2 +- reference/configuration/framework.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/http_foundation/trusting_proxies.rst b/components/http_foundation/trusting_proxies.rst index 591a58b09b7..fcd32d70b83 100644 --- a/components/http_foundation/trusting_proxies.rst +++ b/components/http_foundation/trusting_proxies.rst @@ -15,7 +15,7 @@ headers by default. If you are behind a proxy, you should manually whitelist your proxy. .. versionadded:: 2.3 - CIDR notation support was introduced, so you can whitelist whole + CIDR notation support was introduced in Symfony 2.3, so you can whitelist whole subnets (e.g. ``10.0.0.0/8``, ``fc00::/7``). .. code-block:: php diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index b1a1b7ee1d0..ca972b6bcb1 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -125,7 +125,7 @@ Configures the IP addresses that should be trusted as proxies. For more details, see :doc:`/components/http_foundation/trusting_proxies`. .. versionadded:: 2.3 - CIDR notation support was introduced, so you can whitelist whole + CIDR notation support was introduced in Symfony 2.3, so you can whitelist whole subnets (e.g. ``10.0.0.0/8``, ``fc00::/7``). .. configuration-block::