Bug 587928 - Disable support for <meta http-equiv="Link">; r,a=jst

--HG--
extra : rebase_source : a771b0ba10f15ed0c69fa14bb10bbd3f5df85326
This commit is contained in:
Jonas Sicking 2011-02-04 14:44:32 -05:00
parent b59172a118
commit 66d978b805

View File

@ -524,9 +524,6 @@ nsContentSink::ProcessHeaderData(nsIAtom* aHeader, const nsAString& aValue,
return rv;
}
}
else if (aHeader == nsGkAtoms::link) {
rv = ProcessLinkHeader(aContent, aValue);
}
else if (aHeader == nsGkAtoms::msthemecompatible) {
// Disable theming for the presshell if the value is no.
// XXXbz don't we want to support this as an HTTP header too?