Status
()
People
(Reporter: tony, Assigned: tony)
Tracking
Firefox Tracking Flags
(Not tracked)
Details
The anti-phishing code has a key manager than holds onto the keys provided from the server via a getkey request. Currently, it's a bit weird in that it initializes an instance of the key manager and attaches it to the .prototype of PROT_UrlCrypto: http://lxr.mozilla.org/seamonkey/source/toolkit/components/url-classifier/content/url-crypto.js#68 Since the key manager just needs to be a singleton, it would make more sense for it to be an xpcom service.
Comment 1•6 years ago
|
||
I don't think this is relevant to the current code.
Status: NEW → RESOLVED
Last Resolved: 6 years ago
Resolution: --- → WONTFIX
Updated•5 years ago
|
Component: Phishing Protection → Phishing Protection
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•