diff options
| author | kka | 2018-07-18 14:15:44 +0200 |
|---|---|---|
| committer | kka | 2018-07-18 14:15:44 +0200 |
| commit | 1fc7f583041d4393ed97cce53eb4cbe96964a7df (patch) | |
| tree | f0a321323cb4110fc7618c6da3a59cfeca0e9aea /doc/source/config.rst | |
| parent | ce476450d23cb6ebeb6005627594d21f9e8943e4 (diff) | |
Fix broken links in the documentation
Diffstat (limited to 'doc/source/config.rst')
| -rw-r--r-- | doc/source/config.rst | 8 |
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 | ||
| 73 | Bugclass-killer features | 73 | Bugclass-killer features |
| 74 | ------------------------ | 74 | ------------------------ |
| @@ -107,7 +107,7 @@ It can either be ``enabled`` or ``disabled``. | |||
| 107 | .. _config_global: | 107 | .. _config_global: |
| 108 | 108 | ||
| 109 | Prevent sloppy comparison | 109 | Prevent sloppy comparison |
| 110 | ^^^^^^^^^^^^^^^^ | 110 | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 111 | 111 | ||
| 112 | sloppy_comparison, disabled by default, will prevent php `type | 112 | sloppy_comparison, disabled by default, will prevent php `type |
| 113 | juggling <https://secure.php.net/manual/en/language.types.type-juggling.php>`_ (``==``) , preventing any bypass of a comparison. | 113 | juggling <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 | |||
| 136 | Cookies-related mitigations | 138 | Cookies-related mitigations |
| 137 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 139 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 138 | 140 | ||
| 139 | Since snuffleupagus is providing several hardening features for cookies, | 141 | Since snuffleupagus is providing several hardening features for cookies, |
| 140 | there is a :dedicated web page:`here <cookie-encryption-config>` about them. | 142 | there is a dedicated web page :ref:`here <cookie-encryption-page>` about them. |
| 141 | 143 | ||
| 142 | 144 | ||
| 143 | readonly_exec | 145 | readonly_exec |
