Closed
Bug 426468
Opened 17 years ago
Closed 17 years ago
Sandboxed items cannot be downloaded even when logged in
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
VERIFIED
FIXED
3.2.1
People
(Reporter: kliu, Assigned: wenzel)
References
Details
Attachments
(2 files)
1.57 KB,
patch
|
fligtar
:
review+
|
Details | Diff | Splinter Review |
278.17 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13
Build Identifier:
Even when I am logged in, I cannot download a sandboxed item. The downloaded file, although it has a .XPI extension, is actually a HTML error page saying "The add-on you're looking for is in the sandbox, which you do not have enabled in your user preferences." There does not appear to be any place where I could set this aforementioned user preference.
Reproducible: Always
Steps to Reproduce:
1. Log into AMO.
2. Go to a sandboxed extension.
3. Note that the download button is green indicating that you can download.
4. Download.
Actual Results:
The browser complains that the download is corrected. Upon inspection of the downloaded item, it is not a XPI file as it claims to be, but the data is a HTML error message saying "The add-on you're looking for is in the sandbox, which you do not have enabled in your user preferences."
Expected Results:
A XPI file containing real data that the browser can install.
Assignee | ||
Comment 1•17 years ago
|
||
Ah, thanks for filing this. As a workaround you can enable "show experimental add-ons" on the add-ons listing page (= the "see all ...add-ons" page(s)), then you should be able to install them when logged in.
I will fix this.
Assignee: nobody → fwenzel
Status: UNCONFIRMED → NEW
Ever confirmed: true
Target Milestone: --- → 3.2.1
Assignee | ||
Comment 2•17 years ago
|
||
The problem was, that downloads shouldn't be restricted by user preference (anymore) but by login only.
Wil, do you mind reviewing?
Attachment #313048 -
Flags: review?(clouserw)
(In reply to comment #1)
> As a workaround you can enable "show experimental
> add-ons" on the add-ons listing page (= the "see all ...add-ons" page(s)), then
> you should be able to install them when logged in.
>
Ah, OK. Before filing, I had searched the UI for some sort of user preference or some other toggle like this, but I had only looked on the account page, the extension's info page, the front page, the category page, and the search page, but I didn't poke around the listings pages accessible through the category pages, so I never found this option. So while not directly related to the bug, perhaps this option should be more easily discoverable? For example, it's not available for search results, and when I tried to search for a sandboxed extension, the search returned no results.
> I will fix this.
>
Thanks.
Comment 4•17 years ago
|
||
Comment on attachment 313048 [details] [diff] [review]
Replace sandbox check by logged in check
r=fligtar
Attachment #313048 -
Flags: review?(clouserw) → review+
Temp work around:
Goto https://addons.mozilla.org/en-US/firefox/browse/type:1/cat:1?show=10&exp=on&sort=updated
and make sure "show experimental add-ons" is checked.
Comment 8•17 years ago
|
||
Updated•17 years ago
|
Keywords: push-needed
Comment 10•17 years ago
|
||
I still get this. I am completely unable to download the current FF3 googlebar XPI due to this problem. this is on two independent FF3 installs.
Assignee | ||
Comment 11•17 years ago
|
||
(In reply to comment #10)
> I still get this. I am completely unable to download the current FF3 googlebar
> XPI due to this problem. this is on two independent FF3 installs.
>
Jamie: Do you have third-party cookies disabled? If so, enable them please, and it will work. That problem is bug 437174.
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
•