Closed
Bug 75906
Opened 24 years ago
Closed 23 years ago
No UI for pref "Leaving a site that supports encryption"
Categories
(Core :: Security: PSM, defect, P2)
Tracking
()
VERIFIED
FIXED
psm2.1
People
(Reporter: junruh, Assigned: ddrinan0264)
Details
Attachments
(4 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review |
1.) Edit > Prefs > Privacy/Security > SSL.
Note that there is no UI to set the pref "Leaving a site that supports
encryption".
Reporter | ||
Comment 1•24 years ago
|
||
Milestone 2.0
OS: Windows NT → All
Priority: -- → P3
Hardware: PC → All
Target Milestone: --- → 2.0
Comment 3•23 years ago
|
||
Comment 4•23 years ago
|
||
nifty, r=db48x
Comment 5•23 years ago
|
||
cc'ing blake for sr=
Comment 6•23 years ago
|
||
cc'ing mpt/cotter to take a look at the wording.
Updated•23 years ago
|
Keywords: nsenterprise
Comment 8•23 years ago
|
||
Looks ok to me, except that `Redirection' should be `Redirecting'.
Comment 9•23 years ago
|
||
Assignee | ||
Comment 10•23 years ago
|
||
+<!ENTITY warn.insecurepost "Sending form data from an insecure page to an
insecure page">
+<!ENTITY warn.leavingsecure "Leaving a site that supports encryption">
+<!ENTITY warn.secureredirect "Redirecting from one secure site to another">
+<!ENTITY warn.secureredirecttoinsecure "Redirecting from a secure site to an
insecure site">
Use non-secure instead of insecure.
Fix that and r=ddrinan.
Comment 11•23 years ago
|
||
Comment 12•23 years ago
|
||
<!ENTITY warn.enteringsecure "Entering a site that supports encryption">
<!ENTITY warn.enteringweak "Entering a site that uses low-grade encryption">
+<!ENTITY warn.insecurepost "Sending form data from a non-secure page to a
non-secure page">
+<!ENTITY warn.leavingsecure "Leaving a site that supports encryption">
+<!ENTITY warn.secureredirect "Redirecting from one secure site to another">
+<!ENTITY warn.secureredirecttoinsecure "Redirecting from a secure site to a
non-secure site">
I believe it would be more consistent (and accurate) to avoid the word "secure"
altogether, and also to describe things in terms of "pages" rather than "sites."
This can be done as follows:
Loading a page that supports encryption
Loading a page that uses low-grade encryption
Sending form data from an unencrypted page to an unencrypted page
Leaving a page that supports encryption
Redirecting from one encrypted page to another
Redirecting from an encrypted page to an unencrypted page
The above changes would also be consistent with my proposed patch for bug 44042.
Question: Is this patch destined for the trunk only, which I assume means PSM
2.1? If it's destined for the branch it will require changes in the UI
translations, something I thought was no longer possible. It will also require
changes to help, which is still (barely) possible for 2.0.
Comment 13•23 years ago
|
||
Assignee | ||
Comment 14•23 years ago
|
||
r=ddrinan.
Comment 15•23 years ago
|
||
sr=blizzard
Comment 16•23 years ago
|
||
Patch checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•