Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Updated UT to reflect the change, wl:15 is now for empty POST body
Browse files Browse the repository at this point in the history
  • Loading branch information
bui committed Dec 5, 2013
1 parent 3ff8232 commit d0d5a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/01naxsi_whitelists.t
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ location / {
CheckRule "$XSS >= 8" BLOCK;
root $TEST_NGINX_SERVROOT/html/;
index index.html index.htm;
BasicRule wl:11 "mz:$URL:/|BODY";
BasicRule wl:15 "mz:$URL:/|BODY";
error_page 405 = $uri;
}
location /RequestDenied {
Expand Down

0 comments on commit d0d5a30

Please # to comment.