File tree 3 files changed +3
-7
lines changed
3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -151,10 +151,6 @@ that looks like the following:
151
151
Let's look briefly at how security works and how each part of the configuration
152
152
comes into play.
153
153
154
- .. versionadded :: 2.4
155
- Support for restricting security firewalls to a specific host was added in
156
- Symfony 2.4.
157
-
158
154
How Security Works: Authentication and Authorization
159
155
----------------------------------------------------
160
156
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ How to Restrict Firewalls to a Specific Host
5
5
============================================
6
6
7
7
.. 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
9
9
Symfony 2.4.
10
10
11
11
When using the Security component, you can create firewalls that match certain
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ The following is the full default configuration for the security system.
14
14
Each part will be explained in the next section.
15
15
16
16
.. 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
18
18
Symfony 2.4.
19
19
20
20
.. configuration-block ::
@@ -102,7 +102,7 @@ Each part will be explained in the next section.
102
102
# Examples:
103
103
somename :
104
104
pattern : .*
105
- # restrict the firewall for a specific host
105
+ # restrict the firewall to a specific host
106
106
host : admin\.example\.com
107
107
request_matcher : some.service.id
108
108
access_denied_url : /foo/error403
You can’t perform that action at this time.
0 commit comments