From 367f780ec2282921a5d9b9be22abb85afd99fe46 Mon Sep 17 00:00:00 2001 From: Vlad Ghita Date: Tue, 16 Dec 2014 20:31:55 +0200 Subject: [PATCH 1/2] Removed double `firewall_restriction` entry --- cookbook/security/index.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/cookbook/security/index.rst b/cookbook/security/index.rst index 91f4d654188..95c7c5d884a 100644 --- a/cookbook/security/index.rst +++ b/cookbook/security/index.rst @@ -14,7 +14,6 @@ Security force_https firewall_restriction host_restriction - firewall_restriction form_login securing_services custom_provider From e6cb88c44a6944d993af313b34ed83f3a09bff0e Mon Sep 17 00:00:00 2001 From: Vlad Ghita Date: Wed, 17 Dec 2014 07:16:57 +0200 Subject: [PATCH 2/2] Added missing `host_restriction` entry --- cookbook/map.rst.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbook/map.rst.inc b/cookbook/map.rst.inc index 24a0cd78371..0a71fb704de 100644 --- a/cookbook/map.rst.inc +++ b/cookbook/map.rst.inc @@ -147,6 +147,7 @@ * :doc:`/cookbook/security/acl_advanced` * :doc:`/cookbook/security/force_https` * :doc:`/cookbook/security/firewall_restriction` + * :doc:`/cookbook/security/host_restriction` * :doc:`/cookbook/security/form_login` * :doc:`/cookbook/security/securing_services` * :doc:`/cookbook/security/custom_provider`