bug 1174152 - crossorigin attribute for link rel=preconnect r=hsivonen
This commit is contained in:
@@ -316,7 +316,7 @@ HTMLLinkElement::UpdatePreconnect()
|
||||
if (owner) {
|
||||
nsCOMPtr<nsIURI> uri = GetHrefURI();
|
||||
if (uri) {
|
||||
owner->MaybePreconnect(uri);
|
||||
owner->MaybePreconnect(uri, GetCORSMode());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user