Skip to content
Snippets Groups Projects
Commit c72505ed authored by ale's avatar ale
Browse files

Whitelist /wp-admin/site-health.php for mod_security

parent b1537660
Branches
No related tags found
No related merge requests found
Pipeline #7476 passed
......@@ -5,6 +5,7 @@ SecRule REQUEST_URI "@beginsWith /wp-admin/post.php" "id:1,ctl:ruleEngine=Off"
SecRule REQUEST_URI "@beginsWith /wp-admin/admin-ajax.php" "id:2,ctl:ruleEngine=Off"
SecRule REQUEST_URI "@beginsWith /wp-admin/themes.php" "id:3,ctl:ruleEngine=Off"
SecRule REQUEST_URI "@beginsWith /wp-admin/admin.php" "id:4,ctl:ruleEngine=Off"
SecRule REQUEST_URI "@beginsWith /wp-admin/site-health.php" "id:5,ctl:ruleEngine=Off"
# Allow large request bodies (this should be the
# default, but something overrides it?)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment