Skip to content

Commit

Permalink
minor #3700 [Cookbook][Security] Firewall restrictions tweaks (xabbuh)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Mar 24, 2014
2 parents 1908a15 + 70b55b5 commit db1cda5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/security/firewall_restriction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ matches the configured ``pattern``.
));
The ``pattern`` is a regular expression. In this example, the firewall will only be
activated if the URL starts (due to the ``^`` regex character) with ``/admin`. If
activated if the URL starts (due to the ``^`` regex character) with ``/admin``. If
the URL does not match this pattern, the firewall will not be activated and subsequent
firewalls will have the opportunity to be matched for this request.

Expand Down
1 change: 1 addition & 0 deletions cookbook/security/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Security
acl_advanced
force_https
host_restriction
firewall_restriction
form_login
securing_services
custom_provider
Expand Down

0 comments on commit db1cda5

Please sign in to comment.