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

Commit6cba192

Browse files
committed
remove versionadded from book and fix words
1 parent3e42b84 commit6cba192

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

‎book/security.rst

Lines changed: 0 additions & 4 deletions
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

Lines changed: 1 addition & 1 deletion
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 wasadded in
8+
Support for restricting security firewalls to a specific host wasintroduced in
99
Symfony 2.4.
1010

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

‎reference/configuration/security.rst

Lines changed: 2 additions & 2 deletions
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 wasadded in
17+
Support for restricting security firewalls to a specific host wasintroduced 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 firewallfor a specific host
105+
# restrict the firewallto 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)

[8]ページ先頭

©2009-2025 Movatter.jp