Skip to content

Commit 6a6ee20

Browse files
remove redundand nolog.
@EsadCetiner thanks for the hints/suggestions. I get a linter error for rule 9507184 (around line 527) which I don't understand.
1 parent 7612818 commit 6a6ee20

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugins/wordpress-rule-exclusions-before.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,11 +294,9 @@ SecRule REQUEST_FILENAME "@endsWith /index.php" \
294294
chain"
295295
SecRule &ARGS:rest_route "@eq 1" \
296296
"t:none,\
297-
nolog,\
298297
chain"
299298
SecRule REQUEST_METHOD "@streq POST" \
300299
"t:none,\
301-
nolog,\
302300
chain"
303301
SecRule REQUEST_HEADERS:x-http-method-override "@rx ^(?:PUT|DELETE)$" \
304302
"t:none,\
@@ -316,7 +314,6 @@ SecRule REQUEST_FILENAME "@rx /wp-json/wp/v[0-9]+/(?:global-styles|navigation|pa
316314
chain"
317315
SecRule REQUEST_METHOD "@streq POST" \
318316
"t:none,\
319-
nolog,\
320317
chain"
321318
SecRule REQUEST_HEADERS:x-http-method-override "@rx ^(?:PUT|DELETE)$" \
322319
"t:none,\

0 commit comments

Comments
 (0)