From fa41e3ad9d9cf3d436f4ac3de587370212f839c6 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sat, 21 Sep 2019 05:54:33 +0000 Subject: [PATCH] 0606: give the standard it's correct name https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index 5aa9f33..2efdd80 100644 --- a/user.js +++ b/user.js @@ -360,7 +360,7 @@ user_pref("network.predictor.enable-prefetch", false); // [FF48+] * [1] https://news.slashdot.org/story/15/08/14/2321202/how-to-quash-firefoxs-silent-requests * [2] https://www.ghacks.net/2015/08/16/block-firefox-from-connecting-to-sites-when-you-hover-over-links/ ***/ user_pref("network.http.speculative-parallel-limit", 0); -/* 0606: disable hyperlink ping tracking (enforce same host in case) +/* 0606: disable hyperlink auditing (enforce same host in case) * [1] https://www.bleepingcomputer.com/news/software/major-browsers-to-prevent-disabling-of-click-tracking-privacy-risk/ ***/ user_pref("browser.send_pings", false); // [DEFAULT: false] user_pref("browser.send_pings.require_same_host", true);