JavaScript Restrictor
Browser extension that improves privacy and security
wrappingS-BE.js File Reference

Wrappers for that disables the Beacon API. More...

Detailed Description

Wrappers for that disables the Beacon API.

See also
https://www.w3.org/TR/beacon/
Author
Copyright (C) 2021 Libor Polcak
License:
SPDX-License-Identifier: GPL-3.0-or-later

The navigator.sendBeacon() method asynchronously sends a small amount of data over HTTP to a web server. It is intended to be used for sending analytics data to a web server. For more details see https://developer.mozilla.org/en-US/docs/Web/API/Beacon_API and https://developer.mozilla.org/en-US/docs/Web/API/Navigator/sendBeacon

navigator.sendBeacon is the only method currently defined for the Beacon API.