From 645de9a60484ed7649141af9ce34e960645d057a Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Tue, 29 Nov 2022 12:19:33 -0500 Subject: [PATCH] restore Beacon API --- Securefox.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Securefox.js b/Securefox.js index 4b2fbb5..dcefc05 100644 --- a/Securefox.js +++ b/Securefox.js @@ -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