Skip to content

Commit 4d3711d

Browse files
authored
Merge branch 'coreruleset:master' into fix-plugin-page
2 parents c26763c + b89a73b commit 4d3711d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ For full and up to date instructions for the different available plugin
1414
installation methods, refer to [How to Install a Plugin](https://coreruleset.org/docs/concepts/plugins/#how-to-install-a-plugin)
1515
in the official CRS documentation.
1616

17+
### Conditionally enable plugins for multi-application environments
18+
19+
For full and up to date instructions on how to conditionally enable/disable this plugin on a multisite environment, please refer to [Conditionally enable plugins for multi-application environments](https://coreruleset.org/docs/concepts/plugins/#conditionally-enable-plugins-for-multi-application-environments) in the official CRS documentation.
20+
1721
## Testing
1822

1923
After the plugin is enabled, your WordPress instance should work without any

plugins/wordpress-rule-exclusions-before.conf

+1
Original file line numberDiff line numberDiff line change
@@ -1100,6 +1100,7 @@ SecRule REQUEST_FILENAME "@rx /wp-admin/(?:plugins|plugin-install)\.php$" \
11001100
t:none,\
11011101
nolog,\
11021102
ver:'wordpress-rule-exclusions-plugin/1.0.1',\
1103+
ctl:ruleRemoveTargetById=951230;RESPONSE_BODY,\
11031104
ctl:ruleRemoveTargetById=951240;RESPONSE_BODY,\
11041105
ctl:ruleRemoveTargetById=953100;RESPONSE_BODY,\
11051106
ctl:ruleRemoveTargetById=953101;RESPONSE_BODY"

0 commit comments

Comments
 (0)