Skip to content

Commit db1cda5

Browse files
committed
minor symfony#3700 [Cookbook][Security] Firewall restrictions tweaks (xabbuh)
This PR was merged into the master branch. Discussion ---------- [Cookbook][Security] Firewall restrictions tweaks | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.5+ | Fixed tickets | Commits ------- 70b55b5 fix literal ddf5fe4 add firewall restriction document to security toctree
2 parents 1908a15 + 70b55b5 commit db1cda5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cookbook/security/firewall_restriction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ matches the configured ``pattern``.
6565
));
6666
6767
The ``pattern`` is a regular expression. In this example, the firewall will only be
68-
activated if the URL starts (due to the ``^`` regex character) with ``/admin`. If
68+
activated if the URL starts (due to the ``^`` regex character) with ``/admin``. If
6969
the URL does not match this pattern, the firewall will not be activated and subsequent
7070
firewalls will have the opportunity to be matched for this request.
7171

cookbook/security/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Security
1313
acl_advanced
1414
force_https
1515
host_restriction
16+
firewall_restriction
1617
form_login
1718
securing_services
1819
custom_provider

0 commit comments

Comments
 (0)