Skip to content
Snippets Groups Projects
Commit d253f856 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Firefox preference overrides.

Bug 41467: Do not set beacon.enabled anymore.

NoScript already blocks these pings (and maybe also Firefox under
certain conditions I am not sure about).
parent 86857ca9
Branches
Tags
1 merge request!1043Bug 42616: Rebased alpha onto Firefox 128.0b1
......@@ -434,10 +434,6 @@ pref("privacy.purge_trackers.enabled", false);
// Do not allow cross-origin sub-resources to open HTTP authentication
// credentials dialogs. Hardens against potential credentials phishing.
pref("network.auth.subresource-http-auth-allow", 1);
// Disable sending additional analytics to web servers.
// This disables navigator.sendBeacon, even though this is discouraged by the
// standard: https://w3c.github.io/beacon/#privacy-and-security
pref("beacon.enabled", false);
pref("network.dns.disablePrefetch", true);
pref("network.dns.disablePrefetchFromHTTPS", true);
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment