From 7e84c76b339eec9bc48337dca823d5fa41012147 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 23 Aug 2007 20:36:56 +0000 Subject: [PATCH] =?utf8?q?Bug=20386942:=20[SECURITY]=20User=20Agent=20text?= =?utf8?q?=20should=20be=20HTML=20escaped=20-=20Patch=20by=20Fr=C3=83?= =?utf8?q?=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r=3Djust?= =?utf8?q?dave=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- template/en/default/bug/create/create-guided.html.tmpl | 2 +- template/en/default/filterexceptions.pl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl index 7b50419851..59a6448447 100644 --- a/template/en/default/bug/create/create-guided.html.tmpl +++ b/template/en/default/bug/create/create-guided.html.tmpl @@ -276,7 +276,7 @@ function PutDescription() { Build Identifier
(User Agent)
- +

This identifies exactly the version of the product you were using. If reporting [% terms.abug %] in Mozilla or Firefox, diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index 9f33340b4c..c66e801349 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -405,7 +405,6 @@ 'bug/create/create-guided.html.tmpl' => [ 'matches.0', 'tablecolour', - 'buildid', 'sel', 'productstring', ], -- 2.47.3