From 0ffaf78a472cfd6dd5a4b1da80b5dd50f2611647 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Mon, 17 Jan 2005 04:43:21 +0000 Subject: Patch for bug 254351: Patch to add a cookiedomain parameter; patch by Eric Haszlakiewicz , r=kiko, a=myk. --- defparams.pl | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index d97a09085..206e89e59 100644 --- a/defparams.pl +++ b/defparams.pl @@ -357,6 +357,17 @@ sub find_languages { checker => \&check_languages }, + { + name => 'cookiedomain', + desc => 'The domain for Bugzilla cookies. Normally blank. ' . + 'If your website is at "www.foo.com", setting this to ' . + '".foo.com" will also allow bar.foo.com to access ' . + 'Bugzilla cookies. This is useful if you have more than ' . + 'one hostname pointing at the same web server, and you ' . + 'want them to share the Bugzilla cookie.', + type => 't', + default => '' + }, { name => 'cookiepath', desc => 'Path, relative to your web document root, to which to restrict ' . -- cgit v1.2.3-24-g4f1b