I find that with Chromium 54, the tab id of network requests of type beacon (those fired as a result of using navigator.sendBeacon) is now properly set. This means it is now possible to identify from which tab a beacon request originates, and thus it can now be plainly filtered like any other network request.
This means I should revisit the "Disable hyperlink auditing/beacon" setting:
- Rename "Disable hyperlink auditing".
- Add "Disable beacons" (enabled by default).
I find that with Chromium 54, the tab id of network requests of type
beacon(those fired as a result of usingnavigator.sendBeacon) is now properly set. This means it is now possible to identify from which tab abeaconrequest originates, and thus it can now be plainly filtered like any other network request.This means I should revisit the "Disable hyperlink auditing/beacon" setting: