confirmed in FF56. Info not shown (domain, library, whitelisting button). Options button is clickable but does not do anything. Counter increases by 2 on each test (if that's meant to be correct, it also does this in normal windows)
Hi everyone, and thanks for sharing your detailed findings and concerns!
As mentioned by @Kasijjuf, any website-specific information is intentionally absent from private browsing mode. This might change in the future. Either way, the options button should not be unresponsive.
I'll dedicate this issue to the underlying bug. Feel free to open up a separate issue, if you are interested in discussing the extension's behavior in private mode. Thanks again! I'll be sure to keep you all posted.
Counter increases by 2 on each test ([...], it also does this in normal windows)
@Thorin-Oakenpants This is expected behavior. It's because the testing utility requests the very same resource twice. So, two injections occur, but only one unique resource is injected. Good catch though!
@hfr-hfr @Thorin-Oakenpants I have since implemented a messaging system (6b5c34ef) in order to achieve complete feature parity, so v2.0.4 doesn't lack any features when used within Private Browsing contexts.