Closed
Bug 330274
Opened 20 years ago
Closed 20 years ago
Tell addSearchEngine we're using https to avoid the redirects
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: philor, Assigned: morgamic)
References
()
Details
Adding a search engine calls
window.sidebar.addSearchEngine(
"http://addons.mozilla.org/search-engines-static/"+name+".src",
"http://addons.mozilla.org/search-engines-static/"+name+"."+ext, name, cat );
which then requires two redirects to https...
Comment 1•20 years ago
|
||
morgamic: we fixed this when the redirects were broken, right?
Comment 2•20 years ago
|
||
It was checked in, but not pushed to production, as I understand it.
http://bonsai.mozilla.org/cvsquery.cgi?date=explicit&mindate=2006-04-26+20%3A11&maxdate=2006-04-26+20%3A11&cvsroot=%2Fcvsroot
https://addons.mozilla.org/js/search-plugin.js
| Reporter | ||
Comment 3•20 years ago
|
||
And was then pushed, and caused bug 335602 because things < 1.5.0.4 are broken for https. wontfix? It doesn't seem like a big enough deal to bother having separate schemes in the addSearchEngine call based on the browser version.
| Assignee | ||
Comment 4•20 years ago
|
||
This has to use http to avoid complications with < 1.5.0.4. The fix was put in earlier in April but was rolled back because of complaints. The redirects will stay for a while until the majority of our user base is using a version that doesn't barf on https search-plugin URIs.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WONTFIX
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
•