Skip to content

Commit

Permalink
enforce assert.active=0
Browse files Browse the repository at this point in the history
  • Loading branch information
bef committed Jul 26, 2022
1 parent 697fcf8 commit 43d61c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default.rules
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ sp.ini_protection.enable();
sp.ini.key("open_basedir").drop();

# Prevent runtime modification of interesting things
sp.ini.key("assert.active").ro();
sp.ini.key("assert.active").set("0").ro();
sp.ini.key("zend.assertions").ro();
sp.ini.key("memory_limit").ro();
sp.ini.key("include_path").ro();
Expand Down

0 comments on commit 43d61c6

Please sign in to comment.