From 73fd49ff3bbff6244802ba548bb22c2be39014e1 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Tue, 6 Jul 2004 08:12:29 +0000 Subject: Bug 243463 Use a param to protect new charts from leaking information r=justdave a=justdave --- defparams.pl | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 849c033ea..6861d0447 100644 --- a/defparams.pl +++ b/defparams.pl @@ -1034,6 +1034,17 @@ Reason: %reason% checker => \&check_numeric }, + { + 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 ' . -- cgit v1.2.3-24-g4f1b