summaryrefslogtreecommitdiff
path: root/doc/source/features.rst
diff options
context:
space:
mode:
authorkka2018-07-18 14:15:44 +0200
committerkka2018-07-18 14:15:44 +0200
commit1fc7f583041d4393ed97cce53eb4cbe96964a7df (patch)
treef0a321323cb4110fc7618c6da3a59cfeca0e9aea /doc/source/features.rst
parentce476450d23cb6ebeb6005627594d21f9e8943e4 (diff)
Fix broken links in the documentation
Diffstat (limited to 'doc/source/features.rst')
-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 08ad3d4..e420156 100644
--- a/doc/source/features.rst
+++ b/doc/source/features.rst
@@ -71,7 +71,7 @@ Like *Suhosin*, we are encrypting the cookies with a secret key,
71an environment variable (usually the IP of the user) 71an environment variable (usually the IP of the user)
72and the user's user-agent. This means that an attacker with an XSS won't be able to use 72and the user's user-agent. This means that an attacker with an XSS won't be able to use
73the stolen cookie, since he can't spoof the content of the value of the environment 73the stolen cookie, since he can't spoof the content of the value of the environment
74variable for the user. Please do read the :ref:`documentation about this feature <cookie-encryption_config>` 74variable for the user. Please do read the :ref:`documentation about this feature <config_cookie-encryption>`
75if you're planning to use it. 75if you're planning to use it.
76 76
77This feature is roughly the same than the `Suhosin one <https://suhosin.org/stories/configuration.html#transparent-encryption-options>`_. 77This feature is roughly the same than the `Suhosin one <https://suhosin.org/stories/configuration.html#transparent-encryption-options>`_.