Re-enable navigator.sendBeacon

Closes https://gitlab.com/librewolf-community/settings/-/issues/229
This commit is contained in:
Nikita Karamov 2022-11-28 13:31:11 +00:00
parent 486637e9df
commit cc152d35c8

View file

@ -493,8 +493,6 @@ pref("network.connectivity-service.enabled", false);
// disable captive portal // disable captive portal
pref("network.captive-portal-service.enabled", false); pref("network.captive-portal-service.enabled", false);
pref("captivedetect.canonicalURL", ""); pref("captivedetect.canonicalURL", "");
// prevent sending server side analytics
pref("beacon.enabled", false);
/** [CATEGORY] WINDOWS /** [CATEGORY] WINDOWS
* the prefs in this section only apply to windows installations and they don't have any * the prefs in this section only apply to windows installations and they don't have any