diff options
Diffstat (limited to 'auth.cgi')
-rwxr-xr-x | auth.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ ThrowUserError("auth_delegation_invalid_description") my $callback_uri = URI->new($callback); my $legal_protocol - = $ENV{ALLOW_UNSAFE_AUTH_DELEGATION} + = $ENV{BUGZILLA_UNSAFE_AUTH_DELEGATION} ? qr/^https?$/i # http or https : qr/^https$/i; # https only |