From 9612f5b87b1503cdfc56c8170bead7cd47de783e Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Tue, 5 Feb 2002 08:20:07 +0000 Subject: Bug 119715 - strictvaluechecks should always be enabled r=justdave, gerv --- defparams.pl | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 819013341..871a30e3a 100644 --- a/defparams.pl +++ b/defparams.pl @@ -598,15 +598,8 @@ DefParam("allowuserdeletion", "b", 0); - -DefParam("strictvaluechecks", - "Do stricter integrity checking on both form submission values and values read in from the database.", - "b", - 0); - - DefParam("browserbugmessage", - "If strictvaluechecks is on, and the bugzilla gets unexpected data from the browser, in addition to displaying the cause of the problem, it will output this HTML as well.", + "If bugzilla gets unexpected data from the browser, in addition to displaying the cause of the problem, it will output this HTML as well.", "l", "this may indicate a bug in your browser.\n"); -- cgit v1.2.3-24-g4f1b