1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

restore Beacon API

This commit is contained in:
yokoffing
2022-11-29 12:19:33 -05:00
committed by GitHub
parent 4b049633ab
commit 645de9a604
+3 -4
View File
@@ -148,10 +148,9 @@ user_pref("privacy.partition.always_partition_third_party_non_cookie_storage.exe
// PREF: Beacon API
// Disabling this API sometimes causes breakage:
// [TEST] https://vercel.com/
// Instead of disable, block in uBlock Origin with rule `$ping`
// [1] https://github.com/arkenfox/user.js/issues/1586#issuecomment-1320372943
// [2] https://developer.mozilla.org/docs/Web/API/Navigator/sendBeacon
user_pref("beacon.enabled", false);
// [1] https://developer.mozilla.org/docs/Web/API/Navigator/sendBeacon
// [2] https://github.com/arkenfox/user.js/issues/1586
//user_pref("beacon.enabled", false);
// PREF: battery status tracking
// [NOTE] Pref remains, but API is depreciated