diff --git a/en/controllers/components/form-protection.rst b/en/controllers/components/form-protection.rst index 9ff4acc8ee..d81e1027b5 100644 --- a/en/controllers/components/form-protection.rst +++ b/en/controllers/components/form-protection.rst @@ -1,5 +1,5 @@ -FormProtection -############## +Form Protection Component +######################### .. php:class:: FormProtection(ComponentCollection $collection, array $config = []) diff --git a/en/security.rst b/en/security.rst index 9bedc733fe..69d14ffab8 100644 --- a/en/security.rst +++ b/en/security.rst @@ -1,14 +1,14 @@ Security ######## -CakePHP provides you some tools to secure your application. -The following sections cover those tools: +CakePHP provides you some tools to secure your application. In addition to the +:doc:`controllers/components/form-protection`, the following sections cover +additional security features: .. toctree:: :maxdepth: 1 core-libraries/security - Form Protection Middleware CSRF Protection Content Security Policy Security Headers