Closed
Bug 595339
Opened 15 years ago
Closed 15 years ago
Strip out HTML from API URLs with version < 1.5
Categories
(addons.mozilla.org Graveyard :: API, defect, P2)
addons.mozilla.org Graveyard
API
Tracking
(Not tracked)
VERIFIED
FIXED
5.12.1
People
(Reporter: stephend, Assigned: davedash)
References
()
Details
See bug bug 571547, especially https://bugzilla.mozilla.org/show_bug.cgi?id=571547#c15, for history.
We should strip out HTML from API queries such as https://preview.addons.mozilla.org/en-US/firefox/api/1.3/search/firefoxcup.
These show up in the Add-ons Manager: https://bugzilla.mozilla.org/attachment.cgi?id=450698
Updated•15 years ago
|
Target Milestone: --- → 5.12.1
Updated•15 years ago
|
Assignee: nobody → dd
Priority: -- → P2
Assignee | ||
Comment 1•15 years ago
|
||
Which fields need this?
Description?
Summary?
anything else?
Status: NEW → ASSIGNED
Comment 2•15 years ago
|
||
We use the following text fields from the API in 3.6: name, summary, description, eula. I don't know which of those can contain HTML but if they can then they should be stripped.
Comment 3•15 years ago
|
||
Everything except name should be stripped, as I think we auto-link in EULAs now too (or will eventually)
Assignee | ||
Comment 4•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•15 years ago
|
||
https://preview.addons.mozilla.org/en-US/firefox/api/1.3/search/spamfire still has, in its <description>, the following:
"For more information on how this works <a href = "http://www.youtube.com/watch?v=g6J89CAH8es">Watch our aweome video</a>"
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 6•15 years ago
|
||
Yeah, that's weird. I checked this out and it looks like that URL is half remora and half zamboni. I filed bug 603673 to figure that out, but the zamboni ones are working correctly, so reclosing this.
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 7•15 years ago
|
||
Verified FIXED on https://preview.addons.mozilla.org/en-US/firefox/api/1.3/search/spamfire.
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 9•15 years ago
|
||
F, that's okay - I bet they don't have a "Just Kidding" option.
Updated•9 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
•