Whitelist rule syntax: BasicRule wl:ID [negative] [mz:[$URL:target_url]|[match_zone]|[$ARGS_VAR:varname]|[$BODY_VARS:varname]|[$HEADERS_VAR:varname]|[NAME]]
mz:(Match Zones)
Whitelist Configuration Example Take rule #1000 as an example: Rule #1000 is a rule that filters SQL keywords such as select, update, delete, and insert.
Whitelist rules for actual combat# vi naxsi_BasicRule.conf BasicRule wl:1010,1011 "mz:$ARGS_VAR:rd"; BasicRule wl:1015,1315 "mz:$HEADERS_VAR:cookie"; The above detailed explanation of the nginx-naxsi whitelist rules is all the content that the editor shares with you. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM. You may also be interested in:
|
<<: Bootstrap realizes the effect of carousel
>>: MySQL 5.7.21 winx64 green version installation and configuration method graphic tutorial
Table of contents 1. Teleport usage 2. Complete t...
During the configuration of Jenkins+Tomcat server...
1. Introduction It has been supported since versi...
Table of contents 0x0 Introduction 0x1 Installati...
1 Introduction Apache Storm is a free, open sourc...
A reader contacted me and asked why there were pr...
Scenario 1: Html: <div class="outer"...
IFNULL(expr1,expr2) If expr1 is not NULL, IFNULL(...
Syn attack is the most common and most easily exp...
Table of contents Avoid using the spread operator...
Scenario How to correctly render lists up to 1000...
Recently, there has been a growing demand for imp...
The specific code of the sliding button made with...
This article records the installation of MySQL 8....
Use "onInput(event)" to detect whether ...