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 cd5b7c9 commit e8e56a1Copy full SHA for e8e56a1
book/security.rst
@@ -709,12 +709,6 @@ URL pattern. You've seen this already in the first example of this chapter,
709
where anything matching the regular expression pattern ``^/admin`` requires
710
the ``ROLE_ADMIN`` role.
711
712
-.. caution::
713
-
714
- Understanding exactly how ``access_control`` works is **very** important
715
- to make sure your application is properly secured. See :ref:`security-book-access-control-explanation`
716
- below for detailed information.
717
718
You can define as many URL patterns as you need - each is a regular expression.
719
720
.. configuration-block::
0 commit comments