@@ -152,8 +152,8 @@ Let's look briefly at how security works and how each part of the configuration
152
152
comes into play.
153
153
154
154
..versionadded ::2.4
155
- A new property was added tothe firewall configuration, where you can
156
- make a restriction, called `` host `` .
155
+ Support for restricting security firewalls toa specific host was added in
156
+ Symfony 2.4 .
157
157
158
158
How Security Works: Authentication and Authorization
159
159
----------------------------------------------------
@@ -1102,7 +1102,7 @@ Thanks to the SensioFrameworkExtraBundle, you can also secure your controller us
1102
1102
// ...
1103
1103
}
1104
1104
1105
- For more information, see the
1105
+ For more information, see the
1106
1106
:doc: `FrameworkExtraBundle documentation </bundles/SensioFrameworkExtraBundle/annotations/security >`.
1107
1107
1108
1108
Securing other Services
@@ -2168,6 +2168,7 @@ Learn more from the Cookbook
2168
2168
*:doc: `Blacklist users by IP address with a custom voter </cookbook/security/voters >`
2169
2169
*:doc: `Access Control Lists (ACLs) </cookbook/security/acl >`
2170
2170
*:doc: `/cookbook/security/remember_me `
2171
+ *:doc: `How to Restrict Firewalls to a Specific Host </cookbook/security/host_restriction >`
2171
2172
2172
2173
.. _`FOSUserBundle` :https://github.com/FriendsOfSymfony/FOSUserBundle
2173
2174
.. _`implement the\S erializable interface` :http://php.net/manual/en/class.serializable.php