Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b123484 commit 899bc4eCopy full SHA for 899bc4e
cookbook/security/firewall_restriction.rst
@@ -65,7 +65,7 @@ matches the configured ``pattern``.
65
));
66
67
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
+activated if the URL starts (due to the ``^`` regex character) with ``/admin``. If
69
the URL does not match this pattern, the firewall will not be activated and subsequent
70
firewalls will have the opportunity to be matched for this request.
71
0 commit comments