From 4e8345bd696aea73d1fec5bb83972dba5b85befd Mon Sep 17 00:00:00 2001 From: "joshmoz%gmail.com" Date: Wed, 23 Mar 2005 21:39:44 +0000 Subject: [PATCH] "Content-disposition filename handling violates RFCs 2183 and 2616" b=275110 r=bz sr=benjamin git-svn-id: svn://10.0.0.236/trunk@171136 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/toolkit/content/contentAreaUtils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/mozilla/toolkit/content/contentAreaUtils.js b/mozilla/toolkit/content/contentAreaUtils.js index 51b637d7361..c3a05106dc1 100644 --- a/mozilla/toolkit/content/contentAreaUtils.js +++ b/mozilla/toolkit/content/contentAreaUtils.js @@ -622,7 +622,6 @@ nsHeaderSniffer.prototype = { } } } - fileName = fileName.replace(/^"|"$/g, ""); return fileName; } };