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

Disable XSS ModSec rules for wpmu-custom-css

Fixes issue ai3/prod#195.
parent 3c32902c
Branches
No related tags found
No related merge requests found
Pipeline #7929 passed
......@@ -15,3 +15,10 @@ SecRule REQUEST_URI "@beginsWith /wp-admin/site-health.php" \
pass,\
nolog,\
ctl:ruleEngine=Off"
SecRule REQUEST_URI "@beginsWith /wp-admin/themes.php" \
"id:1002,\
pass,\
nolog,\
ctl:ruleRemoveByTag=attack-xss"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment