Closed coaxial closed 3 years ago
Sweet! Thank you for this test case - this is addressed by aabefcd. And is also covered in #178. Hope to have it out very soon.
Sincerest apologies for this bug.
No worries, thanks for your hard work!
Ok the code that was doing this has been replaced and an update is out now in Firefox. Thanks for holding the line. Let me know how it goes!
Thanks, looks like the fix works for me.
Before you start.
Desktop (please complete the following information):
Describe the bug When FraidyCat is enabled as an addon, any URL I enter in the URL bar (in the browser, the one you get with Ctrl-L) is requested twice. The addon just has to be enabled for this to happen, it doesn't have to be open or anything. There is no reason for the second GET request to happen, the browser should only fetch the requested URL once.
Repro:
python3 -m http.server
for instanceGET /
requests in the logs from that requestGET /
request from that refreshGET /
requests from that refreshhttp server logs: