Disable system add-on updates
Categories
(Remote Protocol :: Agent, task, P3)
Tracking
(firefox130 fixed)
Tracking | Status | |
---|---|---|
firefox130 | --- | fixed |
People
(Reporter: whimboo, Assigned: cauasene00, Mentored)
Details
(Whiteboard: [lang=js][webdriver:m12][webdriver:external][webdriver:relnote])
Attachments
(1 file)
Originally filed on the pdf.js project: https://github.com/mozilla/pdf.js/pull/18316
Right now we only modify the remote URL to not cause external network access. But that actually causes log entries like:
System addon update list error SyntaxError: XMLHttpRequest.open: 'http://%(server)s/dummy-system-addons.xml' is not a valid URL.
Instead we should disable the feature by setting the preference extensions.systemAddon.update.enabled
to false
, and at the same time remove extensions.systemAddon.update.url
.
See our documentation in where it needs to be changed. Sounds like a good candidate for a mentored bug.
Reporter | ||
Updated•3 months ago
|
Assignee | ||
Comment 1•2 months ago
|
||
Updated•2 months ago
|
Pushed by jdescottes@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/3ce4c0ffa437 Disabled system add-on updates and remove the update url. r=webdriver-reviewers,jdescottes
Comment 3•2 months ago
|
||
bugherder |
Reporter | ||
Comment 4•1 month ago
|
||
Thank you a lot cauasene00 for providing this patch! Great to see that the whole process of getting the source, building Firefox, creating the patch and requesting review went through that smoothly for you. If you want to contribute more in our area please check our other bugs or ask as and we can help with a bug selection. Feel free to join us in the #webdriver channel on Matrix.
Assignee | ||
Comment 5•1 month ago
|
||
(In reply to Henrik Skupin [:whimboo][βοΈUTC+2] from comment #4)
Thank you a lot cauasene00 for providing this patch! Great to see that the whole process of getting the source, building Firefox, creating the patch and requesting review went through that smoothly for you. If you want to contribute more in our area please check our other bugs or ask as and we can help with a bug selection. Feel free to join us in the #webdriver channel on Matrix.
You're welcome! I'm glad the patch was helpful. I'd love to contribute more and would appreciate help with bug selection. I'll join the matrix channel. Thanks!
Reporter | ||
Comment 6•18 days ago
|
||
(In reply to cauasene00 from comment #5)
You're welcome! I'm glad the patch was helpful. I'd love to contribute more and would appreciate help with bug selection. I'll join the matrix channel. Thanks!
I tried to reach out on Matrix but you may not be around. So lets follow-up here so that we have a reference. Would you be interested to have a look at bug 1838158 as next? Thanks!
Assignee | ||
Comment 7•17 days ago
|
||
Sure, I'd be happy to look into bug 1838158.(In reply to Henrik Skupin [:whimboo][βοΈUTC+2] from comment #6)
(In reply to cauasene00 from comment #5)
You're welcome! I'm glad the patch was helpful. I'd love to contribute more and would appreciate help with bug selection. I'll join the matrix channel. Thanks!
I tried to reach out on Matrix but you may not be around. So lets follow-up here so that we have a reference. Would you be interested to have a look at bug 1838158 as next? Thanks!
Sure, I'd be happy to look into bug 1838158. Sorry, I totally forgot about Matrix lately iβll try to be more active there from now on.
Reporter | ||
Updated•11 days ago
|
Description
•