summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst
index 5e323db..e42cb99 100644
--- a/doc/source/config.rst
+++ b/doc/source/config.rst
@@ -27,7 +27,7 @@ Some rules apply in a specific ``function`` (context) on a specific ``variable``
27 evaluate your threat model and write your configuration file accordingly. 27 evaluate your threat model and write your configuration file accordingly.
28 28
29Most of the features can be used in ``simulation`` mode by appending the 29Most of the features can be used in ``simulation`` mode by appending the
30``.simulation()`` option to them (eg. ``sp.readonly_exec.simulation()enable();``) to see 30``.simulation()`` option to them (eg. ``sp.readonly_exec.simulation().enable();``) to see
31whether or not they could break your website. The simulation mode won't block the request, 31whether or not they could break your website. The simulation mode won't block the request,
32but will write a warning in the log. 32but will write a warning in the log.
33 33