Skip to content

Commit 595eaf5

Browse files
0425: passive TP
1 parent 31b1f66 commit 595eaf5

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

user.js

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/******
22
* name: ghacks user.js
3-
* date: 09 July 2017
4-
* version 55-beta: There Must Be an Angel [Playing with My Pants]
3+
* date: 18 August 2017
4+
* version 55: There Must Be an Angel [Playing with My Pants]
55
* "I walk into an empty room, and suddenly my pants go boom"
66
* authors: v52+ github | v51- www.ghacks.net
77
* url: https://github.com/ghacksuserjs/ghacks-user.js
@@ -283,6 +283,14 @@ user_pref("privacy.trackingprotection.ui.enabled", true);
283283
/* 0424: disable Mozilla's tracking protection and Flash blocklist updates ***/
284284
// user_pref("browser.safebrowsing.provider.mozilla.gethashURL", "");
285285
// user_pref("browser.safebrowsing.provider.mozilla.updateURL", "");
286+
/* 0425: disable passive Tracking Protection (FF53+)
287+
* Passive TP annotates channels to lower the priority of network loads for resources on the tracking protection list
288+
* [NOTE] It has no effect if TP is enabled, but keep in mind that by default TP is only enabled in Private Windows
289+
* This is included for people who want to completely disable Tracking Protection.
290+
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1170190
291+
* [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1141814 ***/
292+
// user_pref("privacy.trackingprotection.annotate_channels", false);
293+
// user_pref("privacy.trackingprotection.lower_network_priority", false);
286294

287295
/*** 0500: SYSTEM ADD-ONS / EXPERIMENTS
288296
System add-ons are a method for shipping extensions, considered to be

0 commit comments

Comments
 (0)