Skip to content

Commit

Permalink
remove versionadded from book and fix words
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostika committed Jan 11, 2014
1 parent 3e42b84 commit 6cba192
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions book/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,6 @@ that looks like the following:
Let's look briefly at how security works and how each part of the configuration
comes into play.

.. versionadded:: 2.4
Support for restricting security firewalls to a specific host was added in
Symfony 2.4.

How Security Works: Authentication and Authorization
----------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion cookbook/security/host_restriction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ How to Restrict Firewalls to a Specific Host
============================================

.. versionadded:: 2.4
Support for restricting security firewalls to a specific host was added in
Support for restricting security firewalls to a specific host was introduced in
Symfony 2.4.

When using the Security component, you can create firewalls that match certain
Expand Down
4 changes: 2 additions & 2 deletions reference/configuration/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The following is the full default configuration for the security system.
Each part will be explained in the next section.

.. versionadded:: 2.4
Support for restricting security firewalls to a specific host was added in
Support for restricting security firewalls to a specific host was introduced in
Symfony 2.4.

.. configuration-block::
Expand Down Expand Up @@ -102,7 +102,7 @@ Each part will be explained in the next section.
# Examples:
somename:
pattern: .*
# restrict the firewall for a specific host
# restrict the firewall to a specific host
host: admin\.example\.com
request_matcher: some.service.id
access_denied_url: /foo/error403
Expand Down

0 comments on commit 6cba192

Please sign in to comment.