Closed grahamperrin closed 5 years ago
I could not reproduce this myself, but I think I know what is going on on your end. If my guess is right, it is a regression I just introduced in 0.10.1
Please test 0.10.2b
. Thanks in advance 😸
0.10.2b
Testing with cleared history then a refreshed profile etc.: AFAICT an initial visit to the page results in automatic redirection to https
without the page action icon. I/we should probably take a rest now :-) I'm happy to continue this at the weekend, no expectation that you should fix things so quickly …
PS and if I'm not mistaken, switching enhanced tracking protection off is enough for the page action to appear in this situation.
Then, whitelist the site, the page action icon disappears, switch enhanced tracking protection on and the page action reappears.
Gut feeling: not a conflict with enhanced tracking protection, but throwing the switch is enough to trigger (re)appearance of the page action. Other things might have a comparable trigger effect.
Race condition? Timing?
Tracking Protection should have no direct influence whatsoever. What is likely to change when you flip Tracking Protection (that can affect this extension's apparent behavior), is that sites are most likely not fetched from the memory cache immediately afterwards.
To clear any doubts: disable disk and memory cache (yes, both) in about:config
before testing. The prefs you have to set to false
are browser.cache.disk.enable
and browser.cache.memory.enable
. If you see the same misbehavior then, something is likely wrong with the extension, otherwise, it was the memory cache messing with the tests all along (not this extension's fault).
I initially could not reproduce the incongruity described in the OP, and I still can't. 0.10.2
fixed the only thing that I imagine could cause that, the only thing that makes sense.
I'm closing this issue. If you still can reproduce it, please let me know and I will re-open.
Thanks.
http://thegearcalculator.appspot.com/
Screen recording:
https
)http
URLIn this case: step (2) is probably not a sane action (no sane user would require the wrong content), however the presence of the listing at point (4) on the timeline seems inconsistent with the click to remove the listing at step (2).
Edge case? Or is this somehow related to the criteria at https://github.com/claustromaniac/httpz/issues/42#issuecomment-555548485?
TIA