Skip to content

Commit

Permalink
Added an additional link about GPC
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Apr 29, 2024
1 parent 764afbc commit 4a5e16b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -274,7 +274,7 @@ Disable Firefox integrated metrics/reporting/experiments, disable potentially in
* 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) ]
* 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) ]
* Disable "Recommended by Pocket" in Firefox Quantum
* Enable Global Privacy Control (GPC) (Firefox >= 120) [ [1](https://support.mozilla.org/1/firefox/126.0/Linux/en-US/global-privacy-control) ]
* Enable Global Privacy Control (GPC) (Firefox >= 120) [ [1](https://support.mozilla.org/1/firefox/126.0/Linux/en-US/global-privacy-control) [2](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-GPC) ]

### Automatic connections

Expand Down
1 change: 1 addition & 0 deletions user.js
Expand Up @@ -640,6 +640,7 @@ user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);

// PREF: Enable Global Privacy Control (GPC) (Firefox >= 120)
// https://support.mozilla.org/1/firefox/126.0/Linux/en-US/global-privacy-control
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-GPC
user_pref("privacy.globalprivacycontrol.enabled", true);

/******************************************************************************
Expand Down

0 comments on commit 4a5e16b

Please sign in to comment.