1
0
mirror of https://github.com/django/django.git synced 2025-06-05 11:39:13 +00:00

[4.1.x] Fixed typo in docs/topics/http/sessions.txt.

Backport of 05d70fb92b72f9701bea99c809a5edd53b290de9 from main
This commit is contained in:
TAKAHASHI Shuuji 2022-12-16 17:45:09 +09:00 committed by Mariusz Felisiak
parent 2d156780f3
commit 54bdc99cd0

View File

@ -122,8 +122,8 @@ and the :setting:`SECRET_KEY` setting.
.. warning:: .. warning::
**If the ``SECRET_KEY`` or ``SECRET_KEY_FALLBACKS`` are not kept secret and **If the** ``SECRET_KEY`` **or** ``SECRET_KEY_FALLBACKS`` **are not kept
you are using the** secret and you are using the**
``django.contrib.sessions.serializers.PickleSerializer``, **this can lead ``django.contrib.sessions.serializers.PickleSerializer``, **this can lead
to arbitrary remote code execution.** to arbitrary remote code execution.**