Skip to content

Commit 81abeaa

Browse files
committed
Fixed versionadded inconsistencies
1 parent 42c80d1 commit 81abeaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/http_foundation/trusting_proxies.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ headers by default. If you are behind a proxy, you should manually whitelist
1515
your proxy.
1616

1717
.. versionadded:: 2.3
18-
CIDR notation support was introduced, so you can whitelist whole
18+
CIDR notation support was introduced in Symfony 2.3, so you can whitelist whole
1919
subnets (e.g. ``10.0.0.0/8``, ``fc00::/7``).
2020

2121
.. code-block:: php

reference/configuration/framework.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Configures the IP addresses that should be trusted as proxies. For more details,
125125
see :doc:`/components/http_foundation/trusting_proxies`.
126126

127127
.. versionadded:: 2.3
128-
CIDR notation support was introduced, so you can whitelist whole
128+
CIDR notation support was introduced in Symfony 2.3, so you can whitelist whole
129129
subnets (e.g. ``10.0.0.0/8``, ``fc00::/7``).
130130

131131
.. configuration-block::

0 commit comments

Comments
 (0)