Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix literal
  • Loading branch information
xabbuh committed Apr 3, 2014
commit 899bc4ef35493a83c0f0ad471d372f191ea7434f
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