Closed
Bug 154723
Opened 22 years ago
Closed 10 years ago
Insecure Form Submit Dialog requires NSS installed to pop up
Categories
(Core :: DOM: Core & HTML, defect, P4)
Tracking
()
RESOLVED
INCOMPLETE
Future
People
(Reporter: john, Unassigned)
Details
The much-hated dialog that pops up when you submit a POST form requires NSS to
be installed. It should not.
Comment 1•22 years ago
|
||
John hoped, this bug would get fixed with the patch in bug 169943.
Unfortunately, it will not.
I believe, when you say "requires NSS to be installed", you actually mean
"requires PSM to be installed".
All packages pipboot, pippki, pipnss are part of PSM, and none is installed if
you do not install PSM.
Updated•22 years ago
|
Priority: -- → P4
Comment 2•22 years ago
|
||
so the dialog is raised by the NSS right and the UI is in those packages? hmm,
actually we could recognize the secure submission based on the protocol (https)
in the URL and bring that dialog before NSS has to do it.
Comment 3•22 years ago
|
||
Bulk moving P1-P5 un-milestoned bugs to future.
Target Milestone: --- → Future
Updated•15 years ago
|
Assignee: alexsavulov → nobody
QA Contact: vladimire → form-submission
Comment 4•10 years ago
|
||
NSS is required for everything now.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•