rNeomy / clean-uninstall

Remove addons fingerprints upon uninstall in Firefox browser
http://firefox.add0n.com/clean-uninstall.html
30 stars 5 forks source link

Version 0.2.0 still tries to remove preferences on "Disable" #12

Open graciecat opened 7 years ago

graciecat commented 7 years ago

Your release notes at AMO states that version 0.2.0 will not offer cleaning prefs on extension disable event (FF version > 52.0). However, in FF 54 in Ubuntu 14.04.5, I see the dialog asking me to delete preferences when I merely disable rather than remove an extension.

rNeomy commented 7 years ago

Well, seems like I meant greater than 54.0! https://github.com/rNeomy/clean-uninstall/blob/914d3f792afd0e63c43508e9ad9ae02bfb7abeb8/src/background.js#L97

I am fixing the change log

graciecat commented 7 years ago

Oh. I was hoping you'd fix the extension so the dialog wouldn't erroneously pop up in Firefox 52 ESR. :-)

rNeomy commented 7 years ago

Well, It is not possible. Before FF54, when an extension is removed or being disabled, a single event is fired.