-
Notifications
You must be signed in to change notification settings - Fork 146
Request to Increase Extension Upload File Size Limit #4942
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, This has already been reported in #4748 for a specific case - We have to have some kind of limit to avoid abuse as parsing and analyzing submitted code is time consuming and costly as the size increases. What limit would work in your case ? |
Hi @diox, Thank you for responding. |
I'm not opposed to a bump to 5 MB - there are several developers that it would benefit and it's been a while since we last increased that limit - but we need to make some internal architecture changes in our private scanners before considering this. |
Hello, I would like to know if there is any progress on resolving this issue or any estimate on when we can update our extensions without encountering this problem. Thank you for your hard work and attention. |
Hi, Sorry for not answering sooner. This is still blocked on migrating infrastructure of our private scanners but we intend to unblock that in January (wanted to do this earlier but we ran into issues when migrating the bulk of AMO infrastructure that pushed this further and now it's too late, we're entering a code/infra freeze for end-of-year holidays). Once this is done and stable there should be no hard blockers left and we should be able to bump that limit. |
Hi @diox I would appreciate it if you could provide an update on this matter. Thank you! |
Hi, Sorry, we're still tracking this, but the infrastructure changes are still in progress. |
Hi, Same here :-/
And the limit is 4MB ! Please help us because Mozilla Store on late review deactivated all our addon versions, and asked us to add a Privacy Consent ASAP. We did and now this... All our new users are stuck. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Yes, indeed just checked with my collegue who's in charge of publishing, first we upload the dist zip, and in case of build tool (our case with Webpack), then we also upload the SRC code zip ! Then, what can we do, only to try to split our features in other Views files ? Just don't see why :
Thanks |
This comment was marked as off-topic.
This comment was marked as off-topic.
I see two reasons.
|
It would make my build process so much easier if you could increase this limit to 15MB. |
@diox, any update on that increase to 5MB (or more)? I see many posts complaining about this issue for many years now. Chrome does not have this problem and their Extension Store is working fine.Do you have this limitation because of a limit on resources? |
My issue is with a single JSON data file in my extension. The file is a little over 10MB. My workaround is to package 4MB of data with the extension and then download the full 10MB file in the background on first launch. But this adds complexity to my build process as I have to compile a full copy of the extension for Chrome, Opera and Edge, then chop the file down to 4MB and create a separate package just for Firefox. |
@qqzm another workaround could be to zip it with |
Thanks for your suggestion. Unfortunately, zipping it does not get it below 4MB. |
Dear Firefox Development Team,
I am writing to inform you of an issue I encountered while attempting to update my extension on Firefox. Unfortunately, despite successfully updating the extension on Chrome and Edge with new features, I am currently unable to do the same on Firefox due to the existing file size limitation.
The error message states that the file size is too large to parse.
I kindly request that you consider increasing the file size limit for extension updates on Firefox. This adjustment would allow developers like me to provide the same enhanced functionality to Firefox users that is already available on other browsers.
Thank you for your attention to this matter. I greatly appreciate the efforts of the Firefox development team and hope for a positive resolution.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: