summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjvoisin2023-02-01 21:12:58 +0100
committerjvoisin2023-02-02 13:17:22 +0100
commit2dcf2a2d7578d1e43ee7e3fa69386ccc5afebbf0 (patch)
treea1b4b74396e89f66ccb9f54fe878ba607c103aec /doc
parentf4d3c01bd196400548f5712223171007563ab834 (diff)
Url encode functions arguments when logging them
Diffstat (limited to 'doc')
-rw-r--r--doc/source/config.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst
index 2c5fc96..40e8c11 100644
--- a/doc/source/config.rst
+++ b/doc/source/config.rst
@@ -497,6 +497,9 @@ not the one where the function is **called from**.
497 497
498For clarity, the presence of the ``allow`` or ``drop`` action is **mandatory**. 498For clarity, the presence of the ``allow`` or ``drop`` action is **mandatory**.
499 499
500In the logs, the parameters and the return values of function are url-encoded,
501to accommodate fragile log processors.
502
500.. warning:: 503.. warning::
501 504
502 When you're writing rules, please do keep in mind that **the order matters**. 505 When you're writing rules, please do keep in mind that **the order matters**.