Skip to content

Commit

Permalink
Added yet another link about GPC
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Apr 29, 2024
1 parent 4a5e16b commit 6132732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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) [2](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-GPC) ]
* 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) [3](https://globalprivacycontrol.org/) ]

### Automatic connections

Expand Down
1 change: 1 addition & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,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
// https://globalprivacycontrol.org/
user_pref("privacy.globalprivacycontrol.enabled", true);

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

0 comments on commit 6132732

Please sign in to comment.