mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-21 08:06:47 -04:00
0606: give the standard it's correct name
https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing
This commit is contained in:
parent
17dc547450
commit
fa41e3ad9d
2
user.js
2
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user