Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
fix: typo in ProxyFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
melanger committed Jul 19, 2022
1 parent 6a83ed2 commit e4036a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Auth/Process/ProxyFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e4036a9

Please sign in to comment.