Closed
Bug 650884
Opened 15 years ago
Closed 15 years ago
cfx doc should not use http as an example value for updateURL
Categories
(Add-on SDK Graveyard :: Documentation, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
1.0b5
People
(Reporter: wbamberg, Assigned: wbamberg)
Details
Attachments
(1 file)
|
1.94 KB,
patch
|
myk
:
review+
|
Details | Diff | Splinter Review |
From https://developer.mozilla.org/en/install_manifests#updateURL
***
Note: It is strongly recommended that the updateURL be an HTTPS (secure) link. Non-secure update URLs can be hijacked by a malicious update.rdf file, enabling malware to infiltrate the user's computer. Alternatively, you could host your extension on AMO and leave out the updateURL completely. This provides secure updates automatically.
New in Firefox 3 For security reasons, Gecko 1.9 applications require that if you specify an updateURL, it must be an https URL, or you must include an updateKey.
***
But the example given in the doc is HTTP, implying that this is OK.
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → wbamberg
| Assignee | ||
Comment 1•15 years ago
|
||
Attachment #527117 -
Flags: review?(myk)
Updated•15 years ago
|
Attachment #527117 -
Flags: review?(myk) → review+
| Assignee | ||
Comment 2•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•