Skip to content

Commit 13550d1

Browse files
update [SETTING] info (#538)
1 parent c12eb0f commit 13550d1

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

user.js

+14-15
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ user_pref("_user.js.parrot", "0100 syntax error: the parrot's dead!");
6565
* [SETTING] General>Startup>Always check if Firefox is your default browser ***/
6666
user_pref("browser.shell.checkDefaultBrowser", false);
6767
/* 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 ***/
6969
user_pref("browser.startup.page", 0);
7070
/* 0103: set HOME+NEWWINDOW page
7171
* about:home=Activity Stream (default, see 0514), custom URL, about:blank
@@ -142,7 +142,7 @@ user_pref("extensions.getAddons.cache.enabled", false);
142142
/* 0307: disable auto updating of personas (themes) ***/
143143
user_pref("lightweightThemes.update.enabled", false);
144144
/* 0308: disable search update
145-
* [SETTING] General>Firefox Update>Automatically update search engines ***/
145+
* [SETTING] General>Firefox Updates>Automatically update search engines ***/
146146
user_pref("browser.search.update", false);
147147
/* 0309: disable sending Flash crash reports ***/
148148
user_pref("dom.ipc.plugins.flash.subprocess.crashreporter.enabled", false);
@@ -180,8 +180,7 @@ user_pref("datareporting.healthreport.uploadEnabled", false);
180180
user_pref("datareporting.policy.dataSubmissionEnabled", false);
181181
/* 0350: disable crash reports ***/
182182
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+) ***/
185184
user_pref("browser.tabs.crashReporting.sendReport", false);
186185
user_pref("browser.crashReports.unsubmittedCheck.enabled", false); // (FF51+)
187186
user_pref("browser.crashReports.unsubmittedCheck.autoSubmit", false); // (FF51-57)
@@ -280,7 +279,7 @@ user_pref("browser.safebrowsing.provider.google4.dataSharingURL", "");
280279
// user_pref("privacy.trackingprotection.enabled", true);
281280
/* 0422: set which Tracking Protection block list to use
282281
* [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 ***/
284283
// user_pref("urlclassifier.trackingTable", "test-track-simple,base-track-digest256"); // basic
285284
/* 0423: disable Mozilla's blocklist for known Flash tracking/fingerprinting (FF48+)
286285
* [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", "");
374373
* [3] https://bugzilla.mozilla.org/863246#c154 ***/
375374
user_pref("browser.onboarding.enabled", false);
376375
/* 0517: disable Form Autofill (FF55+)
377-
* [SETTING] Privacy & Security>Forms & Passwords>Enable Profile Autofill
376+
* [SETTING] Privacy & Security>Forms & Passwords>Autofill addresses
378377
* [NOTE] Stored data is NOT secure (uses a JSON file)
379378
* [NOTE] Heuristics controls Form Autofill on forms without @autocomplete attributes
380379
* [1] https://wiki.mozilla.org/Firefox/Features/Form_Autofill
@@ -564,7 +563,7 @@ user_pref("browser.urlbar.maxHistoricalSearchSuggestions", 0); // max. number of
564563
* [NOTE] You can clear formdata on exiting Firefox (see 2803) ***/
565564
user_pref("browser.formfill.enable", false);
566565
/* 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
568567
* [NOTE] You can clear history and downloads on exiting Firefox (see 2803) ***/
569568
// user_pref("places.history.enabled", false);
570569
/* 0864: disable date/time picker (FF57+ default true)
@@ -582,7 +581,7 @@ user_pref("browser.taskbar.previews.enable", false);
582581
/*** 0900: PASSWORDS ***/
583582
user_pref("_user.js.parrot", "0900 syntax error: the parrot's expired!");
584583
/* 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
586585
* [NOTE] This does not clear any passwords already saved ***/
587586
// user_pref("signon.rememberSignons", false);
588587
/* 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!");
851850
/* 1401: disable websites choosing fonts (0=block, 1=allow)
852851
* If you disallow fonts, this drastically limits/reduces font
853852
* 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...
855854
* [SETUP] Disabling fonts can uglify the web a fair bit. ***/
856855
user_pref("browser.display.use_document_fonts", 0);
857856
/* 1402: set more legible default fonts [SETUP]
@@ -937,7 +936,7 @@ user_pref("network.http.referer.defaultPolicy.pbmode", 2); // (FF59+) default: 2
937936
* [1] https://bugzilla.mozilla.org/1305144 ***/
938937
user_pref("network.http.referer.hideOnionSource", true);
939938
/* 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"...
941940
* [NOTE] DNT is enforced with TP (see 0420) regardless of this pref ***/
942941
user_pref("privacy.donottrackheader.enabled", true);
943942

@@ -951,7 +950,7 @@ user_pref("_user.js.parrot", "1700 syntax error: the parrot's bit the dust!");
951950
* [1] https://bugzilla.mozilla.org/1279029 ***/
952951
// user_pref("privacy.userContext.ui.enabled", true);
953952
/* 1702: enable Container Tabs (FF50+)
954-
* [SETTING] Privacy & Security>Tabs>Enable Container Tabs ***/
953+
* [SETTING] General>Tabs>Enable Container Tabs ***/
955954
// user_pref("privacy.userContext.enabled", true);
956955
/* 1703: enable a private container for thumbnail loads (FF51+) ***/
957956
// 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
13721371
* 0=Accept cookies and site data, 1=Block third-party cookies, 2=Block all cookies,
13731372
* 3=Block cookies from unvisited sites, 4=Block third-party trackers (FF63+)
13741373
* [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
13761375
* [NOTE] Blocking 3rd party controls 3rd party access to localStorage, IndexedDB, Cache API and Service Worker Cache.
13771376
* Blocking 1st party controls access to localStorage and IndexedDB (note: Service Workers can still use IndexedDB).
13781377
* [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+)
13881387
/* 2703: set cookie lifetime policy
13891388
* 0=until they expire (default), 2=until you close Firefox
13901389
* [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... ***/
13921391
// user_pref("network.cookie.lifetimePolicy", 0);
13931392
/* 2705: disable HTTP sites setting cookies with the "secure" directive (FF52+)
13941393
* [1] https://developer.mozilla.org/Firefox/Releases/52#HTTP ***/
@@ -1440,10 +1439,10 @@ user_pref("dom.caches.enabled", false);
14401439
***/
14411440
user_pref("_user.js.parrot", "2800 syntax error: the parrot's bleedin' demised!");
14421441
/* 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 ***/
14441443
user_pref("privacy.sanitize.sanitizeOnShutdown", true);
14451444
/* 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
14471446
* [NOTE] If 'history' is true, downloads will also be cleared regardless of the value
14481447
* but if 'history' is false, downloads can still be cleared independently
14491448
* However, this may not always be the case. The interface combines and syncs these

0 commit comments

Comments
 (0)