summaryrefslogtreecommitdiffstats
path: root/auth.cgi
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-11-29 18:56:26 +0100
committerDylan William Hardison <dylan@hardison.net>2017-11-29 18:56:35 +0100
commit64ce7cb12deee5f394a869d9ec6b5e46cd2679f0 (patch)
tree1a9fee4fb73e7e948562f9c3396d83d36169c409 /auth.cgi
parent7d57b38aefe92683d8afe558fde7e1464837baba (diff)
downloadbugzilla-64ce7cb12deee5f394a869d9ec6b5e46cd2679f0.tar.gz
bugzilla-64ce7cb12deee5f394a869d9ec6b5e46cd2679f0.tar.xz
restore old env for unsafe auth
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 6549ed62d..adf5d3475 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{ALLOW_UNSAFE_AUTH_DELEGATION}
+ = $ENV{BUGZILLA_UNSAFE_AUTH_DELEGATION}
? qr/^https?$/i # http or https
: qr/^https$/i; # https only