Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp-module-perun
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp-module-perun
Commits
e4036a9a
Verified
Commit
e4036a9a
authored
3 years ago
by
Pavel Břoušek
Browse files
Options
Downloads
Patches
Plain Diff
fix: typo in ProxyFilter
parent
6a83ed20
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/Auth/Process/ProxyFilter.php
+1
-1
1 addition, 1 deletion
lib/Auth/Process/ProxyFilter.php
with
1 addition
and
1 deletion
lib/Auth/Process/ProxyFilter.php
+
1
−
1
View file @
e4036a9a
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment