andy-portmen / country-flags

adds a toolbar button to browser address-bar displaying current physical location of visited website
https://webextension.org/listing/country-flags.html
Mozilla Public License 2.0
137 stars 35 forks source link

does not work on Firefox when RequestPolicy is also enabled #4

Closed dkg closed 7 years ago

dkg commented 7 years ago

When the RequestPolicy (https://requestpolicycontinued.github.io/) is co-installed on the same firefox profile, the country-flags extension doesn't show any flags.

Disabling RequestPolicy and restarting the browser lets country-flags work again. I'm not sure the right way to resolve this, but just wanted to give a heads-up, since these are both useful extensions.

andy-portmen commented 7 years ago

I just tested this and it works fine for me. Any particular changes on the default settings of RequestPolicy add-on?

Since this add-on uses local database, I dont see how RequestPolicy add-on causes conflicts with it.