mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 07:30:47 +05:30
restore Beacon API
This commit is contained in:
+3
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user