summaryrefslogtreecommitdiff
path: root/config/default_php8.rules
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config/default_php8.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default_php8.rules b/config/default_php8.rules
index 2dd328d..09296c3 100644
--- a/config/default_php8.rules
+++ b/config/default_php8.rules
@@ -14,7 +14,7 @@ sp.disable_xxe.enable();
14# sp.global.secret_key("YOU _DO_ NEED TO CHANGE THIS WITH SOME RANDOM CHARACTERS."); 14# sp.global.secret_key("YOU _DO_ NEED TO CHANGE THIS WITH SOME RANDOM CHARACTERS.");
15 15
16# Globally activate strict mode 16# Globally activate strict mode
17# https://secure.php.net/manual/en/functions.arguments.php#functions.arguments.type-declaration.strict 17# https://www.php.net/manual/en/language.types.declarations.php#language.types.declarations.strict
18# sp.global_strict.enable(); 18# sp.global_strict.enable();
19 19
20# Prevent unserialize-related exploits 20# Prevent unserialize-related exploits