diff options
author | 2004-07-06 08:12:29 +0000 | |
---|---|---|
committer | 2004-07-06 08:12:29 +0000 | |
commit | 73fd49ff3bbff6244802ba548bb22c2be39014e1 (patch) | |
tree | f7b78fde82e5557d604de9282d19c235dfc3dea1 /defparams.pl | |
parent | Bug 249862: remove duplicate </tr> from login page (diff) | |
download | bugzilla-73fd49ff3bbff6244802ba548bb22c2be39014e1.tar.gz bugzilla-73fd49ff3bbff6244802ba548bb22c2be39014e1.tar.bz2 bugzilla-73fd49ff3bbff6244802ba548bb22c2be39014e1.zip |
Bug 243463 Use a param to protect new charts from leaking information
r=justdave
a=justdave
Diffstat (limited to 'defparams.pl')
-rw-r--r-- | defparams.pl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl index 849c033ea..6861d0447 100644 --- a/defparams.pl +++ b/defparams.pl @@ -1035,6 +1035,17 @@ Reason: %reason% }, { + name => 'chartgroup', + desc => 'The name of the group of users who can use the "New Charts" ' . + 'feature. Administrators should ensure that the public categories ' . + 'and series definitions do not divulge unwanted information ' . + 'before enabling this for an untrusted population. If left blank, ' . + 'no users will be able to use New Charts.', + type => 't', + default => '' + }, + + { name => 'insidergroup', desc => 'The name of the group of users who can see/change private ' . 'comments and attachments.', |