Skip to content
Snippets Groups Projects
Verified Commit e4036a9a authored by Pavel Břoušek's avatar Pavel Břoušek
Browse files

fix: typo in ProxyFilter

parent 6a83ed20
Branches
Tags
No related merge requests found
......@@ -27,7 +27,7 @@ class ProxyFilter extends ProcessingFilter
public const MODE_WHITELIST = 'whitelist';
public const MODES = [self::MODE_DENYLIST, self::MODE_ALLOWLIST, MODE_BLACKLIST, MODE_WHITELIST];
public const MODES = [self::MODE_DENYLIST, self::MODE_ALLOWLIST, self::MODE_BLACKLIST, self::MODE_WHITELIST];
private $authproc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment