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.
2 parents 1908a15 + 70b55b5 commit db1cda5Copy full SHA for db1cda5
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
cookbook/security/index.rst
@@ -13,6 +13,7 @@ Security
13
acl_advanced
14
force_https
15
host_restriction
16
+ firewall_restriction
17
form_login
18
securing_services
19
custom_provider
0 commit comments