From fd8adfd6dbc0d153f5ef9e3c54e21a8b2fcd3020 Mon Sep 17 00:00:00 2001 From: "dmose%mozilla.org" <> Date: Wed, 8 Mar 2000 04:03:52 +0000 Subject: added hack for NSS bug injection --- backdoor.cgi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/backdoor.cgi b/backdoor.cgi index 26e2ab933..b4848a1bb 100755 --- a/backdoor.cgi +++ b/backdoor.cgi @@ -93,7 +93,10 @@ if ($prod eq "Communicator") { $version = "other"; } - +if ($prod eq "NSS") { + $version = "unspecified"; +} + # Validate fields, and whine about things that we apparently couldn't remap # into something legal. -- cgit v1.2.3-24-g4f1b