From 054be7c4ef0b5ace9155df00654b48fafd137a3a Mon Sep 17 00:00:00 2001 From: "dmose%mozilla.org" <> Date: Fri, 3 Dec 1999 07:21:40 +0000 Subject: a bug fix or two and a whole bunch of sanity-checking of form submissions stuff --- defparams.pl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index bb266d37a..f035b5761 100644 --- a/defparams.pl +++ b/defparams.pl @@ -19,6 +19,7 @@ # # Contributor(s): Terry Weissman # Dawn Endico +# Dan Mosedale # This file defines all the parameters that we have a GUI to edit within @@ -368,7 +369,14 @@ DefParam("allowbugdeletion", "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.", + "l", + "this may indicate a bug in your browser.\n"); 1; -- cgit v1.2.3-24-g4f1b