diff options
| author | mengxun <30499307+mengxunQAQ@users.noreply.github.com> | 2025-08-19 23:43:05 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-19 12:43:05 -0300 |
| commit | f5c944b3141c58bb4a5c7bbca61180b2ad7c13aa (patch) | |
| tree | 4d4fe29e25a4810464d6b53d0598a327c95f2995 /docs/topics/security.txt | |
| parent | f02b49d2f3bf84f5225de920ca510149f1f9f1da (diff) | |
Fixed spelling of "logged-in" when used as an adjective in docs.
Diffstat (limited to 'docs/topics/security.txt')
| -rw-r--r-- | docs/topics/security.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/security.txt b/docs/topics/security.txt index 1044e64e7e..272206da54 100644 --- a/docs/topics/security.txt +++ b/docs/topics/security.txt @@ -75,7 +75,7 @@ control. :ref:`CSRF protection works <how-csrf-works>` by checking for a secret in each POST request. This ensures that a malicious user cannot "replay" a form POST to -your website and have another logged in user unwittingly submit that form. The +your website and have another logged-in user unwittingly submit that form. The malicious user would have to know the secret, which is user specific (using a cookie). |
