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

Appearance settings

Commit 610462e

Browse filesBrowse files
committed
minor #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 #3681 that probably got lost with #3695. Commits ------- 612ab9b add missing toctree entry for the firewall restriction article 899bc4e fix literal
2 parents b123484 + 612ab9b commit 610462e
Copy full SHA for 610462e

File tree

Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed

‎cookbook/security/firewall_restriction.rst

Copy file name to clipboardExpand all lines: cookbook/security/firewall_restriction.rst
+1-1Lines 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

Copy file name to clipboardExpand all lines: cookbook/security/index.rst
+1Lines changed: 1 addition & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.