diff options
| author | TAKAHASHI Shuuji <shuuji3@gmail.com> | 2022-12-16 17:45:09 +0900 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-12-16 10:38:55 +0100 |
| commit | 54bdc99cd03d4325eae621e50e3ced302bc18676 (patch) | |
| tree | baed885bc223bff7141c7ec8c518ca1dca028be0 | |
| parent | 2d156780f376d7943bff41e72d184b1c13e2ca4f (diff) | |
[4.1.x] Fixed typo in docs/topics/http/sessions.txt.
Backport of 05d70fb92b72f9701bea99c809a5edd53b290de9 from main
| -rw-r--r-- | docs/topics/http/sessions.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt index c6ef6de73f..b4b02f01de 100644 --- a/docs/topics/http/sessions.txt +++ b/docs/topics/http/sessions.txt @@ -122,8 +122,8 @@ and the :setting:`SECRET_KEY` setting. .. warning:: - **If the ``SECRET_KEY`` or ``SECRET_KEY_FALLBACKS`` are not kept secret and - you are using the** + **If the** ``SECRET_KEY`` **or** ``SECRET_KEY_FALLBACKS`` **are not kept + secret and you are using the** ``django.contrib.sessions.serializers.PickleSerializer``, **this can lead to arbitrary remote code execution.** |
