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