@@ -10,7 +10,7 @@ restrict the initialization of a firewall against other options of the request.
10
10
11
11
.. note ::
12
12
13
- You can use any of this restrictions individually or mix them together to get
13
+ You can use any of these restrictions individually or mix them together to get
14
14
your desired firewall configuration.
15
15
16
16
Restricting by Pattern
@@ -132,15 +132,15 @@ If the hostname does not match this pattern, the firewall will not be activated
132
132
and subsequent firewalls will have the opportunity to be matched for this
133
133
request.
134
134
135
- Restricting by Http Methods
135
+ Restricting by HTTP Methods
136
136
---------------------------
137
137
138
138
.. versionadded :: 2.5
139
- Support for restricting security firewalls to specific http methods was introduced in
139
+ Support for restricting security firewalls to specific HTTP methods was introduced in
140
140
Symfony 2.5.
141
141
142
142
The configuration option ``methods `` restricts the initialization of the firewall to
143
- the provided http methods.
143
+ the provided HTTP methods.
144
144
145
145
.. configuration-block ::
146
146
@@ -187,7 +187,7 @@ the provided http methods.
187
187
),
188
188
));
189
189
190
- In this example, the firewall will only be activated if the http method of the
190
+ In this example, the firewall will only be activated if the HTTP method of the
191
191
request is either ``GET `` or ``POST ``. If the method is not in the array of the
192
192
allowed methods, the firewall will not be activated and subsequent firewalls will again
193
193
have the opportunity to be matched for this request.
0 commit comments