Detect dynamic removals of password fields from a FormLike
Categories
(Toolkit :: Password Manager, defect, P5)
Tracking
()
People
(Reporter: Paolo, Unassigned)
References
Details
(Whiteboard: [fxprivacy][awaiting architecture])
Updated•9 years ago
|
Reporter | ||
Updated•9 years ago
|
Updated•9 years ago
|
Updated•9 years ago
|
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
Comment 3•9 years ago
|
||
Reporter | ||
Comment 4•9 years ago
|
||
Updated•9 years ago
|
Updated•9 years ago
|
Updated•9 years ago
|
Comment 5•6 years ago
|
||
(In reply to :Paolo Amadini from comment #4)
(In reply to Tanvi Vyas [:tanvi] from comment #3)
On dynamic removal, how will
we know if we should remove STATE_HAS_INSECURE_PASSWORD from the securityUI
of the top level page?We have to aggregate the data both on removal and on navigation, similarly
to what the Login Fill Doorhanger logic does.I'm not entirely convinced this is required for the bugs it blocks. We can
mark pages that once had a password field as insecure and then later detect
removals and attempt to change the security UI in those cases. Persisting
the negative HTTP icon is not the worst issue, since eventually we want to
deprecate HTTP anyway.That's a good point, but we should still track this bug because it may be
quite cheap to do it once we've implemented the actual state handling.
Marking as P5 because I agree this isn't that bad.
Updated•2 years ago
|
Comment 6•2 years ago
|
||
Some web sites can remove inputs as part of their submit process, this would make us miss inputs.
It's unclear what problem we are trying to solve. Lets reopen when we have a problem definition.
Description
•