Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8e56a1

Browse files
wouterjweaverryan
authored andcommitted
Removed "see section X" caution
Section is the next section after the caution, just 100px below
1 parent cd5b7c9 commit e8e56a1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

book/security.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -709,12 +709,6 @@ URL pattern. You've seen this already in the first example of this chapter,
709709
where anything matching the regular expression pattern ``^/admin`` requires
710710
the ``ROLE_ADMIN`` role.
711711

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-
718712
You can define as many URL patterns as you need - each is a regular expression.
719713

720714
.. configuration-block::

0 commit comments

Comments
 (0)