Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb42e80f

Browse files
author
Daniel Tschinder
committed
fixed typos
1 parent8f065bc commitb42e80f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎cookbook/security/firewall_restriction.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ restrict the initialization of a firewall against other options of the request.
1010

1111
..note::
1212

13-
You can use any ofthis restrictions individually or mix them together to get
13+
You can use any ofthese restrictions individually or mix them together to get
1414
your desired firewall configuration.
1515

1616
Restricting by Pattern
@@ -132,15 +132,15 @@ If the hostname does not match this pattern, the firewall will not be activated
132132
and subsequent firewalls will have the opportunity to be matched for this
133133
request.
134134

135-
Restricting byHttp Methods
135+
Restricting byHTTP Methods
136136
---------------------------
137137

138138
..versionadded::2.5
139-
Support for restricting security firewalls to specifichttp methods was introduced in
139+
Support for restricting security firewalls to specificHTTP methods was introduced in
140140
Symfony 2.5.
141141

142142
The configuration option ``methods`` restricts the initialization of the firewall to
143-
the providedhttp methods.
143+
the providedHTTP methods.
144144

145145
..configuration-block::
146146

@@ -187,7 +187,7 @@ the provided http methods.
187187
),
188188
));
189189
190-
In this example, the firewall will only be activated if thehttp method of the
190+
In this example, the firewall will only be activated if theHTTP method of the
191191
request is either ``GET`` or ``POST``. If the method is not in the array of the
192192
allowed methods, the firewall will not be activated and subsequent firewalls will again
193193
have the opportunity to be matched for this request.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp