diff --git a/src/Config.php b/src/Config.php index c387932..96a2e41 100644 --- a/src/Config.php +++ b/src/Config.php @@ -61,6 +61,7 @@ public function setConfig($config) } } // Also make sure to set the block list config from the deprecated part. + // Plus alternative spelling from allow list. $renamed_and_aliased = [ 'blacklist' => 'blocklist', 'block_list' => 'blocklist',