mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Bug 516464 - Remove passwords from cache when password manager contents are changed to prevent stale password attempts.
Tag #1273
This commit is contained in:
parent
d0d5ec75d5
commit
86d4e9d3a6
4 changed files with 54 additions and 10 deletions
|
|
@ -154,7 +154,7 @@ nsMsgSendLater::Observe(nsISupports *aSubject, const char* aTopic,
|
|||
|
||||
mTimerSet = false;
|
||||
}
|
||||
else if (!strcmp(aTopic, "xpcom-shutdown"))
|
||||
else if (!strcmp(aTopic, NS_XPCOM_SHUTDOWN_OBSERVER_ID))
|
||||
{
|
||||
// We're shutting down. Unsubscribe from the unsentFolder notifications
|
||||
// they aren't any use to us now, we don't want to start sending more
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue