snuffleupagus: enable global_strict

This commit is contained in:
Wonderfall 2022-03-08 00:22:22 +01:00 committed by hoellen
parent 7974e54491
commit 33dc46def2

View File

@ -15,7 +15,7 @@ sp.disable_xxe.enable();
# Globally activate strict mode # Globally activate strict mode
# https://www.php.net/manual/en/language.types.declarations.php#language.types.declarations.strict # https://www.php.net/manual/en/language.types.declarations.php#language.types.declarations.strict
# sp.global_strict.enable(); sp.global_strict.enable();
# Prevent unserialize-related exploits # Prevent unserialize-related exploits
# sp.unserialize_hmac.enable(); # sp.unserialize_hmac.enable();