зеркало из https://github.com/mozilla/pjs.git
bug #117948 (r=bzarsky@mit.edu, sr=vidur@netscape.com) Ignore the HTTP Window-Target header inside of <meta> tags
This commit is contained in:
Родитель
1f77d83173
Коммит
75f5dd7b08
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче