Good evening everyone, I've observed a bit of strange behavior from Browser Guard and I'd like to check in here to see if it's intentional.
I was using a Firefox to test out a locally hosted web application earlier when I started seeing duplicates of some of my requests in the server logs. This only happened on some pages (mainly those initiating downloads), and though the requests duplicated my Cookies and User Agent, they were often malformed (POST requests were converted to GET requests, headers were missing, etc.). Also despite the requests using Firefox's User Agent and coming from the loopback address (::1), they did not show up in the browser's console. This got me on a bit of a wild goose chase while I was trying to rule out malware and remote interference, but eventually using Firefox's Troubleshooting Mode I narrowed it down to a browser extension, and some manual disabling pinpointed Browser Guard as the cause. Is this behavior intentional?