mirror of
https://github.com/hoellen/docker-nextcloud.git
synced 2025-07-01 15:46:13 +00:00
snuffleupagus: enable global_strict
This commit is contained in:
@ -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();
|
||||||
|
Reference in New Issue
Block a user