"Content-disposition filename handling violates RFCs 2183 and 2616" b=275110 r=bz sr=benjamin

This commit is contained in:
joshmoz%gmail.com 2005-03-23 21:39:44 +00:00
parent 463930e931
commit b3a5346617

View File

@ -622,7 +622,6 @@ nsHeaderSniffer.prototype = {
}
}
}
fileName = fileName.replace(/^"|"$/g, "");
return fileName;
}
};