You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: security.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2160,7 +2160,7 @@ Prepending the path with ``^`` means that only URLs *beginning* with the
2160
2160
pattern are matched. For example, a path of ``/admin`` (without the ``^``)
2161
2161
would match ``/admin/foo`` but would also match URLs like ``/foo/admin``.
2162
2162
2163
-
Each ``access_control`` can also match on IP address, hostname and HTTP methods.
2163
+
Each ``access_control`` can also match on IP address, hostname and HTTP methods or be directly configured by passing a service implementing `RequestMatcherInterface` through the `request_matcher` option.
2164
2164
It can also be used to redirect a user to the ``https`` version of a URL pattern.
0 commit comments