From 39e9e3e67ce70d2fa7fefe947a6592f2541ba6ef Mon Sep 17 00:00:00 2001 From: "jouni%heikniemi.net" <> Date: Sun, 23 May 2004 14:22:32 +0000 Subject: Bug 141006: Run edit*.cgis in taint mode. Patch by byron jones r=jouni, a=justdave --- editparams.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editparams.cgi') diff --git a/editparams.cgi b/editparams.cgi index aaa2b087a..8ffd76a08 100755 --- a/editparams.cgi +++ b/editparams.cgi @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl -wT # -*- Mode: perl; indent-tabs-mode: nil -*- # # The contents of this file are subject to the Mozilla Public -- cgit v1.2.3-24-g4f1b