claustromaniac / poop

Firefox extension that prevents sending Origin headers when they are least likely to be necessary, to protect your privacy.
https://addons.mozilla.org/firefox/addon/privacy-oriented-origin-policy/
GNU General Public License v3.0
45 stars 4 forks source link

Not working in Waterfox. Fix proposed. #28

Open andreacc opened 4 years ago

andreacc commented 4 years ago

File classes.js have following lines: browser.browserAction.setBadgeBackgroundColor({color: null}); browser.browserAction.setBadgeText({text: null});

But Waterfox, as well as Firefox versions below 59 don't accept null value for such functions. Is it possible to change to something like 'white' and 'on' so the addon works on Waterfox? Thanks.