зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset d3e15ba0fd92 (bug 1121857) for cppunit failures
This commit is contained in:
Родитель
5738f826b7
Коммит
b571739338
|
@ -3617,7 +3617,7 @@ nsDocument::SetBaseURI(nsIURI* aURI)
|
|||
nsCOMPtr<nsIContentSecurityPolicy> csp;
|
||||
nsresult rv = NodePrincipal()->GetCsp(getter_AddRefs(csp));
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
if (csp && aURI) {
|
||||
if (csp) {
|
||||
bool permitsBaseURI = false;
|
||||
|
||||
// base-uri is only enforced if explicitly defined in the
|
||||
|
|
Загрузка…
Ссылка в новой задаче