summaryrefslogtreecommitdiffstats
path: root/auth.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'auth.cgi')
-rwxr-xr-xauth.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth.cgi b/auth.cgi
index adf5d3475..6549ed62d 100755
--- a/auth.cgi
+++ b/auth.cgi
@@ -45,7 +45,7 @@ ThrowUserError("auth_delegation_invalid_description")
my $callback_uri = URI->new($callback);
my $legal_protocol
- = $ENV{BUGZILLA_UNSAFE_AUTH_DELEGATION}
+ = $ENV{ALLOW_UNSAFE_AUTH_DELEGATION}
? qr/^https?$/i # http or https
: qr/^https$/i; # https only