mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-19 10:44:25 +03:00
filter comment or blank line for pmFromFile operator
This commit is contained in:
@@ -36,6 +36,8 @@ class PmFromFile : public Pm {
|
||||
: Pm(n, std::move(param)) { }
|
||||
|
||||
bool init(const std::string &file, std::string *error) override;
|
||||
|
||||
bool isComment(const std::string &s);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user