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 db1cda5

Browse filesBrowse files
committed
minor #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
Copy full SHA for db1cda5

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
@@ -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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.