(In reply to Daniel Holbert [:dholbert] from comment #12) > Could you list the sites where you've confirmed that (a) the problem exists and (b) this pref-flip fixes the problem? In some cases we might be able to reach out and get the sites to fix their bug (just removing the broken Firefox-specific codepath), but I want to be sure we're reaching out to the right sites. (You mentioned "stallionexpress.ca, eBay.ca, Etsy.com, etc." in comment 0 -- it'd be great if you could confirm the problem and the fix for all three of those sites, and if you could let us know if there are any other sites hiding in your "etc." there. :)) Toggling needinfo=reporter for this ^ request (thanks!) Also, more importantly: could you share the link to the JavaScript source file that's triggering this InstallTrigger warning? You should be able to find that in the developer console, to the right of the `InstallTrigger is deprecated and will be removed in the future` warning message (in a Firefox build with `extensions.InstallTrigger.enabled` set to `true`). Right-click the blue link at the right of that message, and choose "Copy link location", and share that URL here. (Presumably that'll be the problematic JavaScript library in question which is the common thread amongst all the affected sites here. We can probably craft an intervention that supresses this API specifically for sites that use that JavaScript library, once we know what it is, to fix this for all Firefox users.) Thanks!
Bug 1854165 Comment 15 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to Daniel Holbert [:dholbert] from comment #12) > Could you list the sites where you've confirmed that (a) the problem exists and (b) this pref-flip fixes the problem? In some cases we might be able to reach out and get the sites to fix their bug (just removing the broken Firefox-specific codepath), but I want to be sure we're reaching out to the right sites. (You mentioned "stallionexpress.ca, eBay.ca, Etsy.com, etc." in comment 0 -- it'd be great if you could confirm the problem and the fix for all three of those sites, and if you could let us know if there are any other sites hiding in your "etc." there. :)) Toggling needinfo=reporter for this ^ request (thanks!) Also, more importantly: could you share the link to the JavaScript source file that's triggering this InstallTrigger warning? You should be able to find that in the developer console, to the right of the `InstallTrigger is deprecated and will be removed in the future` warning message (in a Firefox build with `extensions.InstallTrigger.enabled` set to `true`). Right-click the blue link at the right of that message, and choose "Copy link location", and share that URL here. (Presumably that'll be the problematic JavaScript library in question which is the common thread amongst all the affected sites here. We can probably craft an intervention that suppresses this API specifically for sites that use that JavaScript library, once we know what it is, to fix this for all Firefox users.) Thanks!