bug #117948 (r=bzarsky@mit.edu, sr=vidur@netscape.com) Ignore the HTTP Window-Target header inside of <meta> tags

git-svn-id: svn://10.0.0.236/trunk@113680 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rpotts%netscape.com
2002-02-05 04:46:54 +00:00
parent 7c257b4a2f
commit bc4e6e1a96

View File

@@ -4699,9 +4699,6 @@ HTMLContentSink::ProcessHeaderData(nsIAtom* aHeader,const nsAReadableString& aVa
else if (aHeader == nsHTMLAtoms::headerContentBase) {
ProcessBaseHref(aValue);
}
else if (aHeader == nsHTMLAtoms::headerWindowTarget) {
ProcessBaseTarget(aValue);
}
else if (mParser) {
// we also need to report back HTTP-EQUIV headers to the channel
// so that it can process things like pragma: no-cache or other