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 ddf5fe4 commit 70b55b5Copy full SHA for 70b55b5
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