mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 09:31:53 +03:00
Disable SecCollectionTimeout parser error
This commit is contained in:
committed by
Felipe Zimmerle
parent
22334c9bb6
commit
480a2f89d7
@@ -1701,8 +1701,10 @@ expression:
|
|||||||
*/
|
*/
|
||||||
| CONFIG_SEC_COLLECTION_TIMEOUT
|
| CONFIG_SEC_COLLECTION_TIMEOUT
|
||||||
{
|
{
|
||||||
|
/* Parser error disabled to avoid breaking default CRS installations with crs-setup.conf-recommended
|
||||||
driver.error(@0, "SecCollectionTimeout is not yet supported.");
|
driver.error(@0, "SecCollectionTimeout is not yet supported.");
|
||||||
YYERROR;
|
YYERROR;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
| CONFIG_SEC_HTTP_BLKEY
|
| CONFIG_SEC_HTTP_BLKEY
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user