Skip to content

Commit 610462e

Browse files
committed
minor symfony#3755 [Cookbook][Security] Firewall resitrction tweaks, fix markup, add to toc (xabbuh)
This PR was merged into the 2.4 branch. Discussion ---------- [Cookbook][Security] Firewall resitrction tweaks, fix markup, add to toc | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.4+ | Fixed tickets | Reapply some fixes to symfony#3681 that probably got lost with symfony#3695. Commits ------- 612ab9b add missing toctree entry for the firewall restriction article 899bc4e fix literal
2 parents b123484 + 612ab9b commit 610462e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cookbook/security/firewall_restriction.rst

+1-1
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

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Security
1212
acl
1313
acl_advanced
1414
force_https
15+
firewall_restriction
1516
host_restriction
1617
form_login
1718
securing_services

0 commit comments

Comments
 (0)