mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-19 15:51:33 +00:00
Patch v9 - mozilla/security/manager portion
Enabling final portion of patch, enabling new SSL error page. r=rrelyea
This commit is contained in:
parent
5af3e3656c
commit
a9459f49db
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user