Hello,
I’m using WP Cerber in a wordpress + woocommerce website with the Lumise plugin so customers can create custom products.
Every-time the user tries to add a Lumise product to the cart, Wpcerber blocks that user and doesn’t add the product to checkout. If I turn off the live traffic inspector the all works well as expected.
I would like to completely exclude the lumise plugin from being judged by the wp cerber. Can I do this using the “Request Whitelist” or the “Query Whitelist” ?
Can someone guide me solve this issue?
I already attempt many REGEX to files and urls of lumise and wp cerber keeps blocking the requests.
The Lumise plugin creates images and temp files of the configurations the user makes. It saves them in the upload folder at /uploads/lumise_data/ . I tried to exclude this path from being judged by wpcerber without success. It keeps blocking the user with “Attempt to upload a file with malicious code”.
I tried this REGEX without success:
{.lumise.}
{^/lumise/.*$}
{.*woo_connector.php}
{.*product-variation.php}
{.*header.php}
{.*ajax.php}
{.*lib.php}
{.*main.php}
{.*class-lumise-connector.php}
{.*class-lumise-frontend-scripts.php}
{.*class-lumise-admin.php}
Please help me solve this thank you.