We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22334c9 commit 480a2f8Copy full SHA for 480a2f8
src/parser/seclang-parser.yy
@@ -1701,8 +1701,10 @@ expression:
1701
*/
1702
| CONFIG_SEC_COLLECTION_TIMEOUT
1703
{
1704
+/* Parser error disabled to avoid breaking default CRS installations with crs-setup.conf-recommended
1705
driver.error(@0, "SecCollectionTimeout is not yet supported.");
1706
YYERROR;
1707
+*/
1708
}
1709
| CONFIG_SEC_HTTP_BLKEY
1710
0 commit comments