Skip to content

Commit

Permalink
Merge pull request #7952 from cakephp/fix-duplicate-toc
Browse files Browse the repository at this point in the history
Fix duplicate toc listings
  • Loading branch information
markstory authored Nov 12, 2024
2 parents e18cc4e + 8b99967 commit 0f72703
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions en/controllers/components/form-protection.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FormProtection
##############
Form Protection Component
#########################

.. php:class:: FormProtection(ComponentCollection $collection, array $config = [])
Expand Down
6 changes: 3 additions & 3 deletions en/security.rst
Original file line number Diff line number Diff line change
@@ -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 <controllers/components/form-protection>
CSRF Protection <security/csrf>
Content Security Policy <security/content-security-policy>
Security Headers <security/security-headers>
Expand Down

0 comments on commit 0f72703

Please sign in to comment.