summaryrefslogtreecommitdiff
path: root/config/default.rules
diff options
context:
space:
mode:
authorBen Fuhrmannek2021-08-18 13:32:42 +0200
committerjvoisin2021-08-29 14:27:17 +0200
commit5f91b5a67fd57978ad1dcb7c9dfc84b038ff95ce (patch)
treeaef99459326fd6068480275719e0c199efe53263 /config/default.rules
parenta250aca71f57036ede5b4934d404f3d33f574f98 (diff)
updated documentation URL
Diffstat (limited to 'config/default.rules')
-rw-r--r--config/default.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default.rules b/config/default.rules
index b12653c..caa14c0 100644
--- a/config/default.rules
+++ b/config/default.rules
@@ -13,7 +13,7 @@ sp.disable_xxe.enable();
13# sp.global.secret_key("YOU _DO_ NEED TO CHANGE THIS WITH SOME RANDOM CHARACTERS."); 13# sp.global.secret_key("YOU _DO_ NEED TO CHANGE THIS WITH SOME RANDOM CHARACTERS.");
14 14
15# Globally activate strict mode 15# Globally activate strict mode
16# https://secure.php.net/manual/en/functions.arguments.php#functions.arguments.type-declaration.strict 16# https://www.php.net/manual/en/language.types.declarations.php#language.types.declarations.strict
17# sp.global_strict.enable(); 17# sp.global_strict.enable();
18 18
19# Prevent unserialize-related exploits 19# Prevent unserialize-related exploits