@@ -65,7 +65,7 @@ user_pref("_user.js.parrot", "0100 syntax error: the parrot's dead!");
65
65
* [SETTING] General>Startup>Always check if Firefox is your default browser ***/
66
66
user_pref ( "browser.shell.checkDefaultBrowser" , false ) ;
67
67
/* 0102: set START page (0=blank, 1=home, 2=last visited page, 3=resume previous session)
68
- * [SETTING] General>Startup>When Firefox starts ***/
68
+ * [SETTING] General>Startup>Restore previous session ***/
69
69
user_pref ( "browser.startup.page" , 0 ) ;
70
70
/* 0103: set HOME+NEWWINDOW page
71
71
* about:home=Activity Stream (default, see 0514), custom URL, about:blank
@@ -142,7 +142,7 @@ user_pref("extensions.getAddons.cache.enabled", false);
142
142
/* 0307: disable auto updating of personas (themes) ***/
143
143
user_pref ( "lightweightThemes.update.enabled" , false ) ;
144
144
/* 0308: disable search update
145
- * [SETTING] General>Firefox Update >Automatically update search engines ***/
145
+ * [SETTING] General>Firefox Updates >Automatically update search engines ***/
146
146
user_pref ( "browser.search.update" , false ) ;
147
147
/* 0309: disable sending Flash crash reports ***/
148
148
user_pref ( "dom.ipc.plugins.flash.subprocess.crashreporter.enabled" , false ) ;
@@ -180,8 +180,7 @@ user_pref("datareporting.healthreport.uploadEnabled", false);
180
180
user_pref ( "datareporting.policy.dataSubmissionEnabled" , false ) ;
181
181
/* 0350: disable crash reports ***/
182
182
user_pref ( "breakpad.reportURL" , "" ) ;
183
- /* 0351: disable sending of crash reports (FF44+)
184
- * [SETTING] Privacy & Security>Firefox Data Collection & Use>Allow Firefox to send crash reports ***/
183
+ /* 0351: disable sending of crash reports (FF44+) ***/
185
184
user_pref ( "browser.tabs.crashReporting.sendReport" , false ) ;
186
185
user_pref ( "browser.crashReports.unsubmittedCheck.enabled" , false ) ; // (FF51+)
187
186
user_pref ( "browser.crashReports.unsubmittedCheck.autoSubmit" , false ) ; // (FF51-57)
@@ -280,7 +279,7 @@ user_pref("browser.safebrowsing.provider.google4.dataSharingURL", "");
280
279
// user_pref("privacy.trackingprotection.enabled", true);
281
280
/* 0422: set which Tracking Protection block list to use
282
281
* [WARNING] We don't recommend enforcing this from here, as available block lists can change
283
- * [SETTING] Privacy & Security>Tracking Protection> Change Block List ***/
282
+ * [SETTING] Privacy & Security>Content Blocking>All Detected Trackers> Change block list ***/
284
283
// user_pref("urlclassifier.trackingTable", "test-track-simple,base-track-digest256"); // basic
285
284
/* 0423: disable Mozilla's blocklist for known Flash tracking/fingerprinting (FF48+)
286
285
* [1] https://www.ghacks.net/2016/07/18/firefox-48-blocklist-against-plugin-fingerprinting/
@@ -374,7 +373,7 @@ user_pref("browser.newtabpage.activity-stream.telemetry.ping.endpoint", "");
374
373
* [3] https://bugzilla.mozilla.org/863246#c154 ***/
375
374
user_pref ( "browser.onboarding.enabled" , false ) ;
376
375
/* 0517: disable Form Autofill (FF55+)
377
- * [SETTING] Privacy & Security>Forms & Passwords>Enable Profile Autofill
376
+ * [SETTING] Privacy & Security>Forms & Passwords>Autofill addresses
378
377
* [NOTE] Stored data is NOT secure (uses a JSON file)
379
378
* [NOTE] Heuristics controls Form Autofill on forms without @autocomplete attributes
380
379
* [1] https://wiki.mozilla.org/Firefox/Features/Form_Autofill
@@ -564,7 +563,7 @@ user_pref("browser.urlbar.maxHistoricalSearchSuggestions", 0); // max. number of
564
563
* [NOTE] You can clear formdata on exiting Firefox (see 2803) ***/
565
564
user_pref ( "browser.formfill.enable" , false ) ;
566
565
/* 0862: disable browsing and download history
567
- * [SETTING] Privacy & Security>History>Custom Settings>Remember my browsing and download history
566
+ * [SETTING] Privacy & Security>History>Custom Settings>Remember browsing and download history
568
567
* [NOTE] You can clear history and downloads on exiting Firefox (see 2803) ***/
569
568
// user_pref("places.history.enabled", false);
570
569
/* 0864: disable date/time picker (FF57+ default true)
@@ -582,7 +581,7 @@ user_pref("browser.taskbar.previews.enable", false);
582
581
/*** 0900: PASSWORDS ***/
583
582
user_pref ( "_user.js.parrot" , "0900 syntax error: the parrot's expired!" ) ;
584
583
/* 0901: disable saving passwords
585
- * [SETTING] Privacy & Security>Forms & Passwords>Remember logins and passwords for sites
584
+ * [SETTING] Privacy & Security>Forms & Passwords>Ask to save logins and passwords for sites
586
585
* [NOTE] This does not clear any passwords already saved ***/
587
586
// user_pref("signon.rememberSignons", false);
588
587
/* 0902: use a master password (recommended if you save passwords)
@@ -851,7 +850,7 @@ user_pref("_user.js.parrot", "1400 syntax error: the parrot's bereft of life!");
851
850
/* 1401: disable websites choosing fonts (0=block, 1=allow)
852
851
* If you disallow fonts, this drastically limits/reduces font
853
852
* enumeration (by JS) which is a high entropy fingerprinting vector.
854
- * [SETTING] General>Language and Appearance>Advanced>Allow pages to choose...
853
+ * [SETTING] General>Language and Appearance>Fonts & Colors> Advanced>Allow pages to choose...
855
854
* [SETUP] Disabling fonts can uglify the web a fair bit. ***/
856
855
user_pref ( "browser.display.use_document_fonts" , 0 ) ;
857
856
/* 1402: set more legible default fonts [SETUP]
@@ -937,7 +936,7 @@ user_pref("network.http.referer.defaultPolicy.pbmode", 2); // (FF59+) default: 2
937
936
* [1] https://bugzilla.mozilla.org/1305144 ***/
938
937
user_pref ( "network.http.referer.hideOnionSource" , true ) ;
939
938
/* 1610: ALL: enable the DNT (Do Not Track) HTTP header
940
- * [SETTING] Privacy & Security>Tracking Protecting >Send websites a "Do Not Track"...
939
+ * [SETTING] Privacy & Security>Content Blocking >Send websites a "Do Not Track"...
941
940
* [NOTE] DNT is enforced with TP (see 0420) regardless of this pref ***/
942
941
user_pref ( "privacy.donottrackheader.enabled" , true ) ;
943
942
@@ -951,7 +950,7 @@ user_pref("_user.js.parrot", "1700 syntax error: the parrot's bit the dust!");
951
950
* [1] https://bugzilla.mozilla.org/1279029 ***/
952
951
// user_pref("privacy.userContext.ui.enabled", true);
953
952
/* 1702: enable Container Tabs (FF50+)
954
- * [SETTING] Privacy & Security >Tabs>Enable Container Tabs ***/
953
+ * [SETTING] General >Tabs>Enable Container Tabs ***/
955
954
// user_pref("privacy.userContext.enabled", true);
956
955
/* 1703: enable a private container for thumbnail loads (FF51+) ***/
957
956
// user_pref("privacy.usercontext.about_newtab_segregation.enabled", true); // default: true in FF61+
@@ -1372,7 +1371,7 @@ user_pref("_user.js.parrot", "2700 syntax error: the parrot's joined the bleedin
1372
1371
* 0=Accept cookies and site data, 1=Block third-party cookies, 2=Block all cookies,
1373
1372
* 3=Block cookies from unvisited sites, 4=Block third-party trackers (FF63+)
1374
1373
* [NOTE] value 4 is tied to the Tracking Protection lists so make sure you have 0424 + 0425 on default values!
1375
- * [SETTING] Privacy & Security>History>Custom Settings>Accept cookies from sites
1374
+ * [SETTING] Privacy & Security>Cookies and Site Data>Type blocked
1376
1375
* [NOTE] Blocking 3rd party controls 3rd party access to localStorage, IndexedDB, Cache API and Service Worker Cache.
1377
1376
* Blocking 1st party controls access to localStorage and IndexedDB (note: Service Workers can still use IndexedDB).
1378
1377
* [1] https://www.fxsitecompat.com/en-CA/docs/2015/web-storage-indexeddb-cache-api-now-obey-third-party-cookies-preference/ ***/
@@ -1388,7 +1387,7 @@ user_pref("network.cookie.thirdparty.nonsecureSessionOnly", true); // (FF58+)
1388
1387
/* 2703: set cookie lifetime policy
1389
1388
* 0=until they expire (default), 2=until you close Firefox
1390
1389
* [NOTE] 3=for n days : no longer supported in FF63+ (see 2704-deprecated)
1391
- * [SETTING] Privacy & Security>History>Custom Settings>Accept cookies from sites >Keep until ***/
1390
+ * [SETTING] Privacy & Security>Cookies and Site Data >Keep until... ***/
1392
1391
// user_pref("network.cookie.lifetimePolicy", 0);
1393
1392
/* 2705: disable HTTP sites setting cookies with the "secure" directive (FF52+)
1394
1393
* [1] https://developer.mozilla.org/Firefox/Releases/52#HTTP ***/
@@ -1440,10 +1439,10 @@ user_pref("dom.caches.enabled", false);
1440
1439
***/
1441
1440
user_pref ( "_user.js.parrot" , "2800 syntax error: the parrot's bleedin' demised!" ) ;
1442
1441
/* 2802: enable Firefox to clear history items on shutdown
1443
- * [SETTING] Privacy & Security>History>Clear history when Firefox closes ***/
1442
+ * [SETTING] Privacy & Security>History>Custom Settings> Clear history when Firefox closes ***/
1444
1443
user_pref ( "privacy.sanitize.sanitizeOnShutdown" , true ) ;
1445
1444
/* 2803: set what history items to clear on shutdown
1446
- * [SETTING] Privacy & Security>History>Clear history when Firefox closes>Settings
1445
+ * [SETTING] Privacy & Security>History>Custom Settings> Clear history when Firefox closes>Settings
1447
1446
* [NOTE] If 'history' is true, downloads will also be cleared regardless of the value
1448
1447
* but if 'history' is false, downloads can still be cleared independently
1449
1448
* However, this may not always be the case. The interface combines and syncs these
0 commit comments