File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
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 @@ -12,6 +12,7 @@ Security
12
12
acl
13
13
acl_advanced
14
14
force_https
15
+ firewall_restriction
15
16
host_restriction
16
17
firewall_restriction
17
18
form_login
Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ the documentation on this constraint.
42
42
| | - `allowPortraitMessage `_ |
43
43
| | - See :doc: `File </reference/constraints/File >` for inherited options |
44
44
+----------------+-----------------------------------------------------------------------+
45
- | Class | :class: `Symfony\\ Component\\ Validator\\ Constraints\\ File ` |
45
+ | Class | :class: `Symfony\\ Component\\ Validator\\ Constraints\\ Image ` |
46
46
+----------------+-----------------------------------------------------------------------+
47
- | Validator | :class: `Symfony\\ Component\\ Validator\\ Constraints\\ FileValidator ` |
47
+ | Validator | :class: `Symfony\\ Component\\ Validator\\ Constraints\\ ImageValidator ` |
48
48
+----------------+-----------------------------------------------------------------------+
49
49
50
50
Basic Usage
You can’t perform that action at this time.
0 commit comments