Closed
Bug 425729
Opened 18 years ago
Closed 18 years ago
Links in RSS feeds use HTTP instead of HTTPS
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
VERIFIED
FIXED
3.4.2
People
(Reporter: jwkbugzilla, Assigned: wenzel)
References
()
Details
Attachments
(1 file)
|
5.75 KB,
patch
|
fligtar
:
review+
|
Details | Diff | Splinter Review |
From what I can see, all links in AMO's RSS feeds point to HTTP rather than HTTPS:
https://addons.mozilla.org/en-US/firefox/statistics/addon/1865/format:rss
https://addons.mozilla.org/en-US/firefox/addons/rss/newest
https://addons.mozilla.org/en-US/firefox/recommended/format:rss
Of course the server will redirect the user to HTTPS - but that leaves the user vulnerable to DNS spoofing attacks, the user won't get a warning message if http://addons.mozilla.org/ isn't the server he wanted to visit.
| Assignee | ||
Comment 1•18 years ago
|
||
fligtar suggested using SITE_URL rather than CakePHP's built-in FULL_BASE_URL for this purpose as it'll always have the right site URL (including https). That's an easy enough fix so I'll do that later.
Assignee: nobody → fwenzel
Target Milestone: --- → 3.4.2
| Assignee | ||
Comment 2•18 years ago
|
||
Replacing all FULL_BASE_URLs with SITE_URLs (in RSS feeds only).
Attachment #319789 -
Flags: review?(fligtar)
Updated•18 years ago
|
Attachment #319789 -
Flags: review?(fligtar) → review+
Comment 4•18 years ago
|
||
Verified FIXED; while testing found bug 433451 and bug 433453.
Status: RESOLVED → VERIFIED
Updated•18 years ago
|
Keywords: push-needed
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•