Open Bug 762264 Opened 12 years ago Updated 10 years ago

Help->About SeaMonkey page should link to about:rights and SeaMonkey privacy policy

Categories

(SeaMonkey :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

ASSIGNED

People

(Reporter: iannbugzilla, Assigned: backburner)

Details

(Keywords: helpwanted)

Attachments

(1 file, 1 obsolete file)

Both Firefox and Thunderbird link to about:rights and privacy policy from their respective Help->About pages so I guess SeaMonkey should.
Should be fairly simple to achieve.
Assignee: nobody → ewong
Status: NEW → ASSIGNED
Attachment #630843 - Flags: review?(neil)
Could you spell "End User Rights" in the same way bug 761443 mentions?
(In reply to :aceman from comment #2)
> Could you spell "End User Rights" in the same way bug 761443 mentions?

ahh.. ok.
s/End User/End-User/
Attachment #630843 - Attachment is obsolete: true
Attachment #630843 - Flags: review?(neil)
Attachment #630874 - Flags: review?(neil)
We have no official privacy policy yet, can we wait with this? It's still a draft and it's currently being worked on.
Will it be any different to the Firefox+Thunderbird versions? Can't you link to those?
Comment on attachment 630874 [details] [diff] [review]
Add about:rights and Privacy Policy to Help->About (v2)

>+      var privacyPolicyURL = formatter.formatURLPref("app.privacyPolicyURL");
> 
>       if (releaseNotesURL != "about:blank") {
>         var relnotes = document.getElementById("releaseNotesURL");
>         relnotes.setAttribute("href", releaseNotesURL);
>       }
> 
>+      if (privacyURL) {
Wrong variable name.
Nit: move the variable to before the if statement, instead of above the previous block, where it might get overlooked.
Nit: this block of code is in between the release nodes and vendor, although the pref and property strings have the privacy URL last. (You get to choose which is correct. Just to be confusing, the document order has the vendor first and the release nodes last!)

Please request some sort of approval on the final patch, so that it doesn't land until the link is ready.
Attachment #630874 - Flags: review?(neil) → review-
Assignee: ewong → backburner
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: