Dear LiteSpeed,
I'm using LSWS 5.4.10 (build 4) on Cpanel.
I found if using :
Will work.
But if using @pmFromFile operator :
Will not work.
So REQUEST_HEADERS:Referer cannot work if using together with @pmFromFile operator.
But at the same time, using REQUEST_HEADERS:User-Agent works normally together with @pmFromFile operator.
I hope there will be a fix release for this issue.
Thanks!
I'm using LSWS 5.4.10 (build 4) on Cpanel.
I found if using :
Code:
SecRule REQUEST_HEADERS:Referer|ARGS "spam-domains\.com"
But if using @pmFromFile operator :
Code:
SecRule REQUEST_HEADERS:Referer|ARGS "@pmFromFile spam-domains.txt"
So REQUEST_HEADERS:Referer cannot work if using together with @pmFromFile operator.
But at the same time, using REQUEST_HEADERS:User-Agent works normally together with @pmFromFile operator.
I hope there will be a fix release for this issue.
Thanks!