summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/changelog.rst2
-rw-r--r--doc/source/cookies.rst2
-rw-r--r--doc/source/debug.rst2
-rw-r--r--doc/source/features.rst2
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst
index 7d70498..d8724d0 100644
--- a/doc/source/changelog.rst
+++ b/doc/source/changelog.rst
@@ -47,7 +47,7 @@ Breaking Changes
47Bug fixes 47Bug fixes
48^^^^^^^^^ 48^^^^^^^^^
49* Make it actually possible to configure sloppy comparison on latests PHP7 49* Make it actually possible to configure sloppy comparison on latests PHP7
50* Allow file:// prefix in include() wich readonly_exec mode 50* Allow file:// prefix in include() with readonly_exec mode
51* Fix a possible crash when exporting function list 51* Fix a possible crash when exporting function list
52* Fix a minor memory leak when parsing cookie-related configuration 52* Fix a minor memory leak when parsing cookie-related configuration
53 53
diff --git a/doc/source/cookies.rst b/doc/source/cookies.rst
index 7d6ef24..2c71abd 100644
--- a/doc/source/cookies.rst
+++ b/doc/source/cookies.rst
@@ -37,7 +37,7 @@ It can either be set to ``strict`` or ``lax``:
37- The ``lax`` attribute prevents cookies from being sent cross-domain for 37- The ``lax`` attribute prevents cookies from being sent cross-domain for
38 "dangerous" methods, like ``POST``, ``PUT`` or ``DELETE``. 38 "dangerous" methods, like ``POST``, ``PUT`` or ``DELETE``.
39 39
40- The ``strict`` one prevents any cookies from beind sent cross-domain. 40- The ``strict`` one prevents any cookies from being sent cross-domain.
41 41
42:: 42::
43 43
diff --git a/doc/source/debug.rst b/doc/source/debug.rst
index b2a1f28..9ab4c29 100644
--- a/doc/source/debug.rst
+++ b/doc/source/debug.rst
@@ -11,7 +11,7 @@ Debugging crashes
11 11
12.. _testsuite_fail: 12.. _testsuite_fail:
13 13
14The testsuite is failling 14The testsuite is failing
15------------------------- 15-------------------------
16 16
17We're using `php qa <https://qa.php.net/>`__ tests format for our testsuite, 17We're using `php qa <https://qa.php.net/>`__ tests format for our testsuite,
diff --git a/doc/source/features.rst b/doc/source/features.rst
index e9c3704..d7f6f7f 100644
--- a/doc/source/features.rst
+++ b/doc/source/features.rst
@@ -302,7 +302,7 @@ to restrict execution to users on the LAN for example. There are a *lot*
302of different filters, so make sure to read the :ref:`corresponding documentation <virtual-patching-config>`. 302of different filters, so make sure to read the :ref:`corresponding documentation <virtual-patching-config>`.
303 303
304Furthermore, running the `following script <https://github.com/nbs-system/snuffleupagus/blob/master/scripts/generate_rules.php>`_ will generate an hash and line-based whitelist 304Furthermore, running the `following script <https://github.com/nbs-system/snuffleupagus/blob/master/scripts/generate_rules.php>`_ will generate an hash and line-based whitelist
305of dangerous functions, droping them everywhere else: 305of dangerous functions, dropping them everywhere else:
306 306
307 307
308.. literalinclude:: ../../scripts/generate_rules.php 308.. literalinclude:: ../../scripts/generate_rules.php