Skip to content

Commit 6cba192

Browse files
committed
remove versionadded from book and fix words
1 parent 3e42b84 commit 6cba192

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

book/security.rst

-4
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,6 @@ that looks like the following:
151151
Let's look briefly at how security works and how each part of the configuration
152152
comes into play.
153153

154-
.. versionadded:: 2.4
155-
Support for restricting security firewalls to a specific host was added in
156-
Symfony 2.4.
157-
158154
How Security Works: Authentication and Authorization
159155
----------------------------------------------------
160156

cookbook/security/host_restriction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ How to Restrict Firewalls to a Specific Host
55
============================================
66

77
.. versionadded:: 2.4
8-
Support for restricting security firewalls to a specific host was added in
8+
Support for restricting security firewalls to a specific host was introduced in
99
Symfony 2.4.
1010

1111
When using the Security component, you can create firewalls that match certain

reference/configuration/security.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The following is the full default configuration for the security system.
1414
Each part will be explained in the next section.
1515

1616
.. versionadded:: 2.4
17-
Support for restricting security firewalls to a specific host was added in
17+
Support for restricting security firewalls to a specific host was introduced in
1818
Symfony 2.4.
1919

2020
.. configuration-block::
@@ -102,7 +102,7 @@ Each part will be explained in the next section.
102102
# Examples:
103103
somename:
104104
pattern: .*
105-
# restrict the firewall for a specific host
105+
# restrict the firewall to a specific host
106106
host: admin\.example\.com
107107
request_matcher: some.service.id
108108
access_denied_url: /foo/error403

0 commit comments

Comments
 (0)