diff options
| author | Tim Graham <timograham@gmail.com> | 2013-11-18 19:10:58 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-11-18 19:11:37 -0500 |
| commit | 1135525eacbda195558fc92d0b4409fdf8e5cd7d (patch) | |
| tree | 4fb9efd42385c6d4ed8cd1b3bed0995dc0c8c998 /docs/topics | |
| parent | 402967f49c6ee5769c47e2df4699a0d5bd588c52 (diff) | |
[1.5.x] Fixed typo in topics/http/sessions.txt.
Backport of 9348fc5628 from master
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/http/sessions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt index 2e4722b511..abc5d004b0 100644 --- a/docs/topics/http/sessions.txt +++ b/docs/topics/http/sessions.txt @@ -738,7 +738,7 @@ controlled by trusted users (or, are at least unable to set cookies). For example, an attacker could log into ``good.example.com`` and get a valid session for his account. If the attacker has control over ``bad.example.com``, he can use it to send his session key to you since a subdomain is permitted -to set cookies on `*.example.com``. When you visit ``good.example.com``, +to set cookies on ``*.example.com``. When you visit ``good.example.com``, you'll be logged in as the attacker and might inadvertently enter your sensitive personal data (e.g. credit card info) into the attackers account. |
