summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2005-01-17 05:43:21 +0100
committerjocuri%softhome.net <>2005-01-17 05:43:21 +0100
commit0ffaf78a472cfd6dd5a4b1da80b5dd50f2611647 (patch)
tree7a7200a2f92cd1a8d05af66424b7116797ccb8e4 /defparams.pl
parent1ce889ad699125ad4cab16404b40f0df8fd3bf5b (diff)
downloadbugzilla-0ffaf78a472cfd6dd5a4b1da80b5dd50f2611647.tar.gz
bugzilla-0ffaf78a472cfd6dd5a4b1da80b5dd50f2611647.tar.xz
Patch for bug 254351: Patch to add a cookiedomain parameter; patch by Eric Haszlakiewicz <erh+mozilla@nimenees.com>, r=kiko, a=myk.
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl11
1 files changed, 11 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index d97a09085..206e89e59 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -358,6 +358,17 @@ sub find_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 ' .
'Bugzilla cookies. Normally this is the URI portion of your URL ' .