mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix quotes in an example.
This commit is contained in:
@@ -3688,8 +3688,8 @@ SecRule REQUEST_CONTENT_TYPE ^text/xml nolog,pass,<emphasis role="bold">ctl:requ
|
||||
|
||||
<para>Example:</para>
|
||||
|
||||
<programlisting format="linespecific">SecRule REQUEST_HEADERS:User-Agent "nikto" log,<emphasis
|
||||
role="bold">deny</emphasis>,msg:'Nikto Scanners Identified"</programlisting>
|
||||
<programlisting format="linespecific">SecRule REQUEST_HEADERS:User-Agent "nikto" "log,<emphasis
|
||||
role="bold">deny</emphasis>,msg:'Nikto Scanners Identified'"</programlisting>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
Reference in New Issue
Block a user