From f235bc68949ed2b3ebd9f438cdadb48698893a2a Mon Sep 17 00:00:00 2001 From: Markus Mauksch Date: Wed, 5 Mar 2025 22:22:38 +0100 Subject: [PATCH] Fix Headings mentioned in #20716 --- reference/configuration/security.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/configuration/security.rst b/reference/configuration/security.rst index d32d3c6ad43..53d1217c985 100644 --- a/reference/configuration/security.rst +++ b/reference/configuration/security.rst @@ -157,7 +157,7 @@ The possible values of this option are: other session attributes are lost. access_control --------------- +~~~~~~~~~~~~~~ Defines the security protection of the URLs of your application. It's used for example to trigger the user authentication when trying to access to the backend @@ -166,7 +166,7 @@ and to allow unauthenticated users to the login form page. This option is explained in detail in :doc:`/security/access_control`. firewalls ---------- +~~~~~~~~~ This is arguably the most important option of the security config file. It defines the authentication mechanism used for each URL (or URL pattern) of your