Skip to content

Commit

Permalink
minor #3755 [Cookbook][Security] Firewall resitrction tweaks, fix mar…
Browse files Browse the repository at this point in the history
…kup, 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
  • Loading branch information
weaverryan committed Apr 7, 2014
2 parents b123484 + 612ab9b commit 610462e
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 @@ -12,6 +12,7 @@ Security
acl
acl_advanced
force_https
firewall_restriction
host_restriction
form_login
securing_services
Expand Down

0 comments on commit 610462e

Please sign in to comment.