Skip to content

Commit 764afbc

Browse files
committed
Enable Global Privacy Control (GPC)
1 parent fb49ec0 commit 764afbc

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ Disable Firefox integrated metrics/reporting/experiments, disable potentially in
274274
* Disable querying Google Application Reputation database for downloaded binary files [ [1](https://www.mozilla.org/en-US/firefox/39.0/releasenotes/) [2](https://wiki.mozilla.org/Security/Application_Reputation) ]
275275
* Disable Pocket [ [1](https://support.mozilla.org/en-US/kb/save-web-pages-later-pocket-firefox) [2](https://github.com/pyllyukko/user.js/issues/143) ]
276276
* Disable "Recommended by Pocket" in Firefox Quantum
277+
* Enable Global Privacy Control (GPC) (Firefox >= 120) [ [1](https://support.mozilla.org/1/firefox/126.0/Linux/en-US/global-privacy-control) ]
277278

278279
### Automatic connections
279280

user.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,10 @@ user_pref("extensions.pocket.enabled", false);
638638
// PREF: Disable "Recommended by Pocket" in Firefox Quantum
639639
user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);
640640

641+
// PREF: Enable Global Privacy Control (GPC) (Firefox >= 120)
642+
// https://support.mozilla.org/1/firefox/126.0/Linux/en-US/global-privacy-control
643+
user_pref("privacy.globalprivacycontrol.enabled", true);
644+
641645
/******************************************************************************
642646
* SECTION: Automatic connections *
643647
******************************************************************************/

0 commit comments

Comments
 (0)