Hi,
Is there a way to add custom modsecurity rules (with regex) in Plesk.
If yes, where can i set it ? and what is the best syntax to use ?
For example if i want to test with this rule :
SecRule REQUEST_URI "@rx (?i)union.*?select.*?from" "id:1,phase:1,t:lowercase,deny"
Regards.