Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
2816586a
Commit
2816586a
authored
Jul 09, 2021
by
Maxime Besson
Browse files
Fix regression from
3732cdcc
(
#2477
)
parent
959a4349
Pipeline
#14637
passed with stage
in 15 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Process.pm
View file @
2816586a
...
...
@@ -156,7 +156,7 @@ sub controlUrl {
}
# Unprotected hosts
unless
(
$tmp
=
~
URIRE
)
{
if
(
$tmp
and
(
$tmp
!
~
URIRE
)
)
{
$self
->
userLogger
->
error
("
Bad URL
$tmp
");
delete
$req
->
{
urldc
};
return
PE_BADURL
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment