Skip to content

Commit 4a5e16b

Browse files
committed
Added an additional link about GPC
1 parent 764afbc commit 4a5e16b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +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) ]
277+
* 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) ]
278278

279279
### Automatic connections
280280

Diff for: user.js

+1
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);
640640

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

645646
/******************************************************************************

0 commit comments

Comments
 (0)