mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-19 18:54:23 +03:00
Removes method isDisruptive from Action class
This commit is contained in:
@@ -31,9 +31,6 @@ namespace disruptive {
|
||||
|
||||
class ActionDisruptive : public ActionAllowedAsSecDefaultAction {
|
||||
public:
|
||||
bool isDisruptive() override {
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user