summaryrefslogtreecommitdiff
path: root/doc/source/config.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/config.rst
parentce476450d23cb6ebeb6005627594d21f9e8943e4 (diff)
Fix broken links in the documentation
Diffstat (limited to 'doc/source/config.rst')
-rw-r--r--doc/source/config.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst
index dfe2799..e9ee348 100644
--- a/doc/source/config.rst
+++ b/doc/source/config.rst
@@ -68,7 +68,7 @@ This configuration variable contains parameters that are used by multiple featur
68 sp.global.secret_key("44239bd400aa82e125337c9d4eb8315767411ccd"); 68 sp.global.secret_key("44239bd400aa82e125337c9d4eb8315767411ccd");
69 69
70- ``cookie_env_var``: A environment variable used as part of cookies encryption. 70- ``cookie_env_var``: A environment variable used as part of cookies encryption.
71 See the :ref:`relevant documentation <cookie-encryption-config>` 71 See the :ref:`relevant documentation <config_cookie-encryption>`
72 72
73Bugclass-killer features 73Bugclass-killer features
74------------------------ 74------------------------
@@ -107,7 +107,7 @@ It can either be ``enabled`` or ``disabled``.
107.. _config_global: 107.. _config_global:
108 108
109Prevent sloppy comparison 109Prevent sloppy comparison
110^^^^^^^^^^^^^^^^ 110^^^^^^^^^^^^^^^^^^^^^^^^^
111 111
112sloppy_comparison, disabled by default, will prevent php `type 112sloppy_comparison, disabled by default, will prevent php `type
113juggling <https://secure.php.net/manual/en/language.types.type-juggling.php>`_ (``==``) , preventing any bypass of a comparison. 113juggling <https://secure.php.net/manual/en/language.types.type-juggling.php>`_ (``==``) , preventing any bypass of a comparison.
@@ -133,11 +133,13 @@ It can either be ``enabled`` or ``disabled`` and can be used in ``simulation`` m
133 sp.unserialize_hmac.enable(); 133 sp.unserialize_hmac.enable();
134 sp.unserialize_hmac.disable(); 134 sp.unserialize_hmac.disable();
135 135
136.. _config_cookie-encryption:
137
136Cookies-related mitigations 138Cookies-related mitigations
137^^^^^^^^^^^^^^^^^^^^^^^^^^^ 139^^^^^^^^^^^^^^^^^^^^^^^^^^^
138 140
139Since snuffleupagus is providing several hardening features for cookies, 141Since snuffleupagus is providing several hardening features for cookies,
140there is a :dedicated web page:`here <cookie-encryption-config>` about them. 142there is a dedicated web page :ref:`here <cookie-encryption-page>` about them.
141 143
142 144
143readonly_exec 145readonly_exec