diff --git a/security.rst b/security.rst index 022c83439f7..aefe09cdae7 100644 --- a/security.rst +++ b/security.rst @@ -127,6 +127,13 @@ be fooled by the "Yes" next to Authenticated, you're just an anonymous user: .. image:: /_images/security/anonymous_wdt.png :align: center +.. tip:: + If you do not see toolbar, it can be installed with :doc:`Profiler ` bundle + + .. code-block:: terminal + + $ composer require profiler --dev + You'll learn later how to deny access to certain URLs or controllers. .. tip::