summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config
diff options
context:
space:
mode:
authorSimon Green <mail@simon.green>2016-09-15 10:49:50 +0200
committerSimon Green <mail@simon.green>2016-09-15 10:49:50 +0200
commitc67b3b303adba379f3625aa88a61d5fb49bd319d (patch)
treeb0bac947454ab03659a93aa778d89ccae2d24e3c /Bugzilla/Config
parenta4601960dedb6012dd12e6a6fe47de7fc6af6965 (diff)
downloadbugzilla-c67b3b303adba379f3625aa88a61d5fb49bd319d.tar.gz
bugzilla-c67b3b303adba379f3625aa88a61d5fb49bd319d.tar.xz
Bug 399066 - Remove the 'cookiedomain' parameter
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r--Bugzilla/Config/Advanced.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/Bugzilla/Config/Advanced.pm b/Bugzilla/Config/Advanced.pm
index b3968a254..7a61bf7c4 100644
--- a/Bugzilla/Config/Advanced.pm
+++ b/Bugzilla/Config/Advanced.pm
@@ -17,12 +17,6 @@ our $sortkey = 1700;
use constant get_param_list => (
{
- name => 'cookiedomain',
- type => 't',
- default => ''
- },
-
- {
name => 'inbound_proxies',
type => 't',
default => '',