Patch v9 - mozilla/security/manager portion
Enabling final portion of patch, enabling new SSL error page. r=rrelyea
This commit is contained in:
Родитель
a3d8454c22
Коммит
cc55516640
|
@ -320,8 +320,6 @@ nsNSSSocketInfo::SetNotificationCallbacks(nsIInterfaceRequestor* aCallbacks)
|
|||
|
||||
mCallbacks = proxiedCallbacks;
|
||||
|
||||
// XXX enable this code when 107491 error page gets approved
|
||||
#if 0
|
||||
// Are we running within a context that wants external SSL error reporting?
|
||||
// We'll look at the presence of a security UI object inside docshell.
|
||||
// If the docshell wants the lock icon, you'll get the ssl error pages, too.
|
||||
|
@ -341,7 +339,6 @@ nsNSSSocketInfo::SetNotificationCallbacks(nsIInterfaceRequestor* aCallbacks)
|
|||
mExternalErrorReporting = PR_TRUE;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче