summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjvoisin2020-06-07 21:20:57 +0200
committerjvoisin2020-06-07 21:20:57 +0200
commit47d25cea2b34f8dc214a8aa5f748c5efe6455b96 (patch)
treef020ea55255d39d02487f0f8d2a346581a1c8305 /doc
parente9ca6c39ac734e0e37f78405293e551d7f2863d0 (diff)
Fix a link in the documentation
Instead of linking to an intermediary page, link directly to the cookie's one.
Diffstat (limited to 'doc')
-rw-r--r--doc/source/features.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/features.rst b/doc/source/features.rst
index 3f40120..0c23dc1 100644
--- a/doc/source/features.rst
+++ b/doc/source/features.rst
@@ -73,7 +73,7 @@ Like *Suhosin*, we are encrypting the cookies with a secret key,
73an environment variable (usually the IP of the user) 73an environment variable (usually the IP of the user)
74and the user's user-agent. This means that an attacker with an XSS won't be able to use 74and the user's user-agent. This means that an attacker with an XSS won't be able to use
75the stolen cookie, since he can't spoof the content of the value of the environment 75the stolen cookie, since he can't spoof the content of the value of the environment
76variable for the user. Please do read the :ref:`documentation about this feature <config_cookie-encryption>` 76variable for the user. Please do read the :ref:`documentation about this feature <cookie-encryption-page>`
77if you're planning to use it. 77if you're planning to use it.
78 78
79This feature is roughly the same than the `Suhosin one <https://suhosin.org/stories/configuration.html#transparent-encryption-options>`_. 79This feature is roughly the same than the `Suhosin one <https://suhosin.org/stories/configuration.html#transparent-encryption-options>`_.