File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ matches the configured ``pattern``.
65
65
));
66
66
67
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
68
+ activated if the URL starts (due to the ``^ `` regex character) with ``/admin `` . If
69
69
the URL does not match this pattern, the firewall will not be activated and subsequent
70
70
firewalls will have the opportunity to be matched for this request.
71
71
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Security
13
13
acl_advanced
14
14
force_https
15
15
host_restriction
16
+ firewall_restriction
16
17
form_login
17
18
securing_services
18
19
custom_provider
You can’t perform that action at this time.
0 commit comments