From 5272fa115b935a12af49e10c5c88ecaff50c8e52 Mon Sep 17 00:00:00 2001 From: Anton_sz Date: Mon, 27 Dec 2021 18:08:03 +0500 Subject: [PATCH] Possibility to define custom scrubber --- src/Config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Config.php b/src/Config.php index 296542e3..511eb2a4 100644 --- a/src/Config.php +++ b/src/Config.php @@ -58,6 +58,7 @@ class Config 'capture_username', 'capture_email', 'root', + 'scrubber', 'scrub_fields', 'scrub_safelist', 'timeout',