2017-06-17 09:13:14 +02:00
|
|
|
/******
|
2022-02-13 12:15:00 +01:00
|
|
|
* name: arkenfox user.js
|
2022-11-21 01:36:37 +01:00
|
|
|
* date: 21 November 2022
|
|
|
|
* version: 107
|
2022-02-13 12:15:00 +01:00
|
|
|
* url: https://github.com/arkenfox/user.js
|
2020-09-15 06:15:03 +02:00
|
|
|
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
|
2017-06-17 09:13:14 +02:00
|
|
|
|
|
|
|
* README:
|
|
|
|
|
2021-08-16 06:02:15 +02:00
|
|
|
1. Consider using Tor Browser if it meets your needs or fits your threat model
|
2021-12-04 11:23:59 +01:00
|
|
|
* https://2019.www.torproject.org/about/torusers.html
|
2022-02-13 12:15:00 +01:00
|
|
|
2. Read the entire wiki
|
2020-10-20 13:58:20 +02:00
|
|
|
* https://github.com/arkenfox/user.js/wiki
|
|
|
|
3. If you skipped step 2, return to step 2
|
2022-02-13 12:15:00 +01:00
|
|
|
4. Make changes in a user-overrides.js
|
2021-11-22 19:15:53 +01:00
|
|
|
* There are often trade-offs and conflicts between security vs privacy vs anti-tracking
|
2020-10-20 13:58:20 +02:00
|
|
|
and these need to be balanced against functionality & convenience & breakage
|
|
|
|
* Some site breakage and unintended consequences will happen. Everyone's experience will differ
|
2021-11-22 06:40:49 +01:00
|
|
|
e.g. some user data is erased on exit (section 2800), change this to suit your needs
|
2020-10-20 13:58:20 +02:00
|
|
|
* While not 100% definitive, search for "[SETUP" tags
|
2021-08-23 08:04:19 +02:00
|
|
|
e.g. third party images/videos not loading on some sites? check 1601
|
2020-10-20 13:58:20 +02:00
|
|
|
5. Some tag info
|
2019-04-29 07:27:16 +02:00
|
|
|
[SETUP-SECURITY] it's one item, read it
|
2018-12-04 06:36:03 +01:00
|
|
|
[SETUP-WEB] can cause some websites to break
|
2020-10-20 13:58:20 +02:00
|
|
|
[SETUP-CHROME] changes how Firefox itself behaves (i.e. not directly website related)
|
2020-12-25 17:06:32 +01:00
|
|
|
6. Override Recipes: https://github.com/arkenfox/user.js/issues/1080
|
2020-10-20 13:58:20 +02:00
|
|
|
|
2020-11-11 17:12:57 +01:00
|
|
|
* RELEASES: https://github.com/arkenfox/user.js/releases
|
2020-10-20 13:58:20 +02:00
|
|
|
|
2020-11-11 17:12:57 +01:00
|
|
|
* It is best to use the arkenfox release that is optimized for and matches your Firefox version
|
|
|
|
* EVERYONE: each release
|
2021-08-10 02:18:19 +02:00
|
|
|
- run prefsCleaner to reset prefs made inactive, including deprecated (9999s)
|
2022-08-17 21:24:38 +02:00
|
|
|
ESR102
|
|
|
|
- If you are not using arkenfox v102-1... (not a definitive list)
|
|
|
|
- 2815: clearOnShutdown cookies + offlineApps should be false
|
2020-11-11 17:12:57 +01:00
|
|
|
- 9999: switch the appropriate deprecated section(s) back on
|
2017-06-17 09:13:14 +02:00
|
|
|
|
2018-12-04 07:03:11 +01:00
|
|
|
* INDEX:
|
|
|
|
|
2019-05-25 00:50:24 +02:00
|
|
|
0100: STARTUP
|
2019-10-05 17:04:41 +02:00
|
|
|
0200: GEOLOCATION / LANGUAGE / LOCALE
|
2021-08-28 07:19:13 +02:00
|
|
|
0300: QUIETER FOX
|
2021-08-23 06:08:49 +02:00
|
|
|
0400: SAFE BROWSING
|
2019-05-25 00:50:24 +02:00
|
|
|
0600: BLOCK IMPLICIT OUTBOUND
|
2021-08-29 09:42:24 +02:00
|
|
|
0700: DNS / DoH / PROXY / SOCKS / IPv6
|
2019-05-25 00:50:24 +02:00
|
|
|
0800: LOCATION BAR / SEARCH BAR / SUGGESTIONS / HISTORY / FORMS
|
|
|
|
0900: PASSWORDS
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
1000: DISK AVOIDANCE
|
2021-08-22 07:18:54 +02:00
|
|
|
1200: HTTPS (SSL/TLS / OCSP / CERTS / HPKP)
|
2019-05-25 00:50:24 +02:00
|
|
|
1400: FONTS
|
|
|
|
1600: HEADERS / REFERERS
|
|
|
|
1700: CONTAINERS
|
2021-08-17 05:08:48 +02:00
|
|
|
2000: PLUGINS / MEDIA / WEBRTC
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
2400: DOM (DOCUMENT OBJECT MODEL)
|
2019-05-25 00:50:24 +02:00
|
|
|
2600: MISCELLANEOUS
|
2021-12-09 15:00:21 +01:00
|
|
|
2700: ETP (ENHANCED TRACKING PROTECTION)
|
2021-11-22 06:40:49 +01:00
|
|
|
2800: SHUTDOWN & SANITIZING
|
2019-05-25 00:50:24 +02:00
|
|
|
4500: RFP (RESIST FINGERPRINTING)
|
2021-08-23 06:08:49 +02:00
|
|
|
5000: OPTIONAL OPSEC
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
5500: OPTIONAL HARDENING
|
2021-08-23 06:08:49 +02:00
|
|
|
6000: DON'T TOUCH
|
2021-08-19 03:46:47 +02:00
|
|
|
7000: DON'T BOTHER
|
2021-12-09 15:18:25 +01:00
|
|
|
8000: DON'T BOTHER: FINGERPRINTING
|
2022-11-06 14:28:40 +01:00
|
|
|
9000: NON-PROJECT RELATED
|
2019-05-25 00:50:24 +02:00
|
|
|
9999: DEPRECATED / REMOVED / LEGACY / RENAMED
|
2018-12-04 07:03:11 +01:00
|
|
|
|
2018-08-28 09:57:21 +02:00
|
|
|
******/
|
2017-06-17 09:13:14 +02:00
|
|
|
|
2018-07-11 13:59:52 +02:00
|
|
|
/* START: internal custom pref to test for syntax errors
|
2021-08-16 06:02:15 +02:00
|
|
|
* [NOTE] Not all syntax errors cause parsing to abort i.e. reaching the last debug pref
|
|
|
|
* no longer necessarily means that all prefs have been applied. Check the console right
|
2018-05-15 17:44:37 +02:00
|
|
|
* after startup for any warnings/error messages related to non-applied prefs
|
|
|
|
* [1] https://blog.mozilla.org/nnethercote/2018/03/09/a-new-preferences-parser-for-firefox/ ***/
|
2017-09-16 00:28:22 +02:00
|
|
|
user_pref("_user.js.parrot", "START: Oh yes, the Norwegian Blue... what's wrong with it?");
|
2018-01-29 14:05:13 +01:00
|
|
|
|
2021-08-19 04:07:03 +02:00
|
|
|
/* 0000: disable about:config warning ***/
|
|
|
|
user_pref("browser.aboutConfig.showWarning", false);
|
2019-12-03 15:44:59 +01:00
|
|
|
|
2018-12-04 08:03:19 +01:00
|
|
|
/*** [SECTION 0100]: STARTUP ***/
|
2017-09-16 00:28:22 +02:00
|
|
|
user_pref("_user.js.parrot", "0100 syntax error: the parrot's dead!");
|
2021-04-17 09:12:20 +02:00
|
|
|
/* 0102: set startup page [SETUP-CHROME]
|
|
|
|
* 0=blank, 1=home, 2=last visited page, 3=resume previous session
|
2022-08-17 21:24:38 +02:00
|
|
|
* [NOTE] Session Restore is cleared with history (2811), and not used in Private Browsing mode
|
2018-11-19 00:56:12 +01:00
|
|
|
* [SETTING] General>Startup>Restore previous session ***/
|
2018-07-05 17:32:19 +02:00
|
|
|
user_pref("browser.startup.page", 0);
|
|
|
|
/* 0103: set HOME+NEWWINDOW page
|
2022-10-04 19:15:19 +02:00
|
|
|
* about:home=Firefox Home (default, see 0105), custom URL, about:blank
|
2018-07-05 17:32:19 +02:00
|
|
|
* [SETTING] Home>New Windows and Tabs>Homepage and new windows ***/
|
|
|
|
user_pref("browser.startup.homepage", "about:blank");
|
|
|
|
/* 0104: set NEWTAB page
|
2022-10-04 19:15:19 +02:00
|
|
|
* true=Firefox Home (default, see 0105), false=blank page
|
2018-07-05 17:32:19 +02:00
|
|
|
* [SETTING] Home>New Windows and Tabs>New tabs ***/
|
|
|
|
user_pref("browser.newtabpage.enabled", false);
|
2022-10-04 19:15:19 +02:00
|
|
|
/* 0105: disable sponsored content on Firefox Home (Activity Stream)
|
|
|
|
* [SETTING] Home>Firefox Home Content ***/
|
|
|
|
user_pref("browser.newtabpage.activity-stream.showSponsored", false); // [FF58+] Pocket > Sponsored Stories
|
|
|
|
user_pref("browser.newtabpage.activity-stream.showSponsoredTopSites", false); // [FF83+] Sponsored shortcuts
|
2021-08-18 03:50:09 +02:00
|
|
|
/* 0106: clear default topsites
|
2020-07-05 16:02:25 +02:00
|
|
|
* [NOTE] This does not block you from adding your own ***/
|
|
|
|
user_pref("browser.newtabpage.activity-stream.default.sites", "");
|
2017-06-17 09:13:14 +02:00
|
|
|
|
2019-10-05 17:04:41 +02:00
|
|
|
/*** [SECTION 0200]: GEOLOCATION / LANGUAGE / LOCALE ***/
|
2017-09-16 00:28:22 +02:00
|
|
|
user_pref("_user.js.parrot", "0200 syntax error: the parrot's definitely deceased!");
|
2021-08-21 06:39:08 +02:00
|
|
|
/* 0201: use Mozilla geolocation service instead of Google if permission is granted [FF74+]
|
2019-10-05 17:04:41 +02:00
|
|
|
* Optionally enable logging to the console (defaults to false) ***/
|
2020-03-12 04:44:52 +01:00
|
|
|
user_pref("geo.provider.network.url", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
|
|
|
|
// user_pref("geo.provider.network.logging.enabled", true); // [HIDDEN PREF]
|
2021-08-21 06:39:08 +02:00
|
|
|
/* 0202: disable using the OS's geolocation service ***/
|
2019-10-05 17:04:41 +02:00
|
|
|
user_pref("geo.provider.ms-windows-location", false); // [WINDOWS]
|
|
|
|
user_pref("geo.provider.use_corelocation", false); // [MAC]
|
|
|
|
user_pref("geo.provider.use_gpsd", false); // [LINUX]
|
2022-08-17 21:24:38 +02:00
|
|
|
user_pref("geo.provider.use_geoclue", false); // [FF102+] [LINUX]
|
2021-08-21 06:39:08 +02:00
|
|
|
/* 0203: disable region updates
|
2020-08-13 06:39:38 +02:00
|
|
|
* [1] https://firefox-source-docs.mozilla.org/toolkit/modules/toolkit_modules/Region.html ***/
|
2021-10-25 19:41:16 +02:00
|
|
|
user_pref("browser.region.update.enabled", false); // [FF79+]
|
2022-11-21 01:36:37 +01:00
|
|
|
// user_pref("browser.region.network.url", ""); // [FF78+] Defense-in-depth
|
2021-08-21 06:39:08 +02:00
|
|
|
/* 0204: set search region
|
|
|
|
* [NOTE] May not be hidden if Firefox has changed your settings due to your region (0203) ***/
|
2020-08-13 06:39:38 +02:00
|
|
|
// user_pref("browser.search.region", "US"); // [HIDDEN PREF]
|
2021-10-05 05:04:14 +02:00
|
|
|
/* 0210: set preferred language for displaying pages
|
|
|
|
* [SETTING] General>Language and Appearance>Language>Choose your preferred language...
|
2019-04-29 19:44:53 +02:00
|
|
|
* [TEST] https://addons.mozilla.org/about ***/
|
2017-06-17 09:13:14 +02:00
|
|
|
user_pref("intl.accept_languages", "en-US, en");
|
2021-12-24 07:01:41 +01:00
|
|
|
/* 0211: use en-US locale regardless of the system or region locale
|
2020-12-07 20:34:14 +01:00
|
|
|
* [SETUP-WEB] May break some input methods e.g xim/ibus for CJK languages [1]
|
2021-12-24 07:01:41 +01:00
|
|
|
* [TEST] https://arkenfox.github.io/TZP/tests/formatting.html
|
2020-12-06 22:09:07 +01:00
|
|
|
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=867501,1629630 ***/
|
2018-12-10 19:18:26 +01:00
|
|
|
user_pref("javascript.use_us_english_locale", true); // [HIDDEN PREF]
|
2017-06-17 09:13:14 +02:00
|
|
|
|
2021-08-28 07:19:13 +02:00
|
|
|
/*** [SECTION 0300]: QUIETER FOX ***/
|
2017-09-16 00:28:22 +02:00
|
|
|
user_pref("_user.js.parrot", "0300 syntax error: the parrot's not pinin' for the fjords!");
|
2021-08-29 06:50:36 +02:00
|
|
|
/** RECOMMENDATIONS ***/
|
|
|
|
/* 0320: disable recommendation pane in about:addons (uses Google Analytics) ***/
|
2018-12-10 19:18:26 +01:00
|
|
|
user_pref("extensions.getAddons.showPane", false); // [HIDDEN PREF]
|
2019-06-28 07:00:19 +02:00
|
|
|
/* 0321: disable recommendations in about:addons' Extensions and Themes panes [FF68+] ***/
|
2019-07-09 05:16:40 +02:00
|
|
|
user_pref("extensions.htmlaboutaddons.recommendations.enabled", false);
|
2021-08-29 06:50:36 +02:00
|
|
|
/* 0322: disable personalized Extension Recommendations in about:addons and AMO [FF65+]
|
|
|
|
* [NOTE] This pref has no effect when Health Reports (0331) are disabled
|
|
|
|
* [SETTING] Privacy & Security>Firefox Data Collection & Use>Allow Firefox to make personalized extension recommendations
|
|
|
|
* [1] https://support.mozilla.org/kb/personalized-extension-recommendations ***/
|
|
|
|
user_pref("browser.discovery.enabled", false);
|
|
|
|
|
|
|
|
/** TELEMETRY ***/
|
|
|
|
/* 0330: disable new data submission [FF41+]
|
|
|
|
* If disabled, no policy is shown or upload takes place, ever
|
|
|
|
* [1] https://bugzilla.mozilla.org/1195552 ***/
|
|
|
|
user_pref("datareporting.policy.dataSubmissionEnabled", false);
|
|
|
|
/* 0331: disable Health Reports
|
|
|
|
* [SETTING] Privacy & Security>Firefox Data Collection & Use>Allow Firefox to send technical... data ***/
|
|
|
|
user_pref("datareporting.healthreport.uploadEnabled", false);
|
|
|
|
/* 0332: disable telemetry
|
2022-02-13 12:15:00 +01:00
|
|
|
* The "unified" pref affects the behavior of the "enabled" pref
|
2021-08-16 06:02:15 +02:00
|
|
|
* - If "unified" is false then "enabled" controls the telemetry module
|
|
|
|
* - If "unified" is true then "enabled" only controls whether to record extended data
|
2021-08-29 06:50:36 +02:00
|
|
|
* [NOTE] "toolkit.telemetry.enabled" is now LOCKED to reflect prerelease (true) or release builds (false) [2]
|
2017-11-15 01:51:20 +01:00
|
|
|
* [1] https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/telemetry/internals/preferences.html
|
|
|
|
* [2] https://medium.com/georg-fritzsche/data-preference-changes-in-firefox-58-2d5df9c428b5 ***/
|
2017-06-17 09:13:14 +02:00
|
|
|
user_pref("toolkit.telemetry.unified", false);
|
2020-12-06 22:09:07 +01:00
|
|
|
user_pref("toolkit.telemetry.enabled", false); // see [NOTE]
|
2018-02-24 11:54:16 +01:00
|
|
|
user_pref("toolkit.telemetry.server", "data:,");
|
2017-06-17 09:13:14 +02:00
|
|
|
user_pref("toolkit.telemetry.archive.enabled", false);
|
2018-12-10 19:18:26 +01:00
|
|
|
user_pref("toolkit.telemetry.newProfilePing.enabled", false); // [FF55+]
|
|
|
|
user_pref("toolkit.telemetry.shutdownPingSender.enabled", false); // [FF55+]
|
|
|
|
user_pref("toolkit.telemetry.updatePing.enabled", false); // [FF56+]
|
|
|
|
user_pref("toolkit.telemetry.bhrPing.enabled", false); // [FF57+] Background Hang Reporter
|
|
|
|
user_pref("toolkit.telemetry.firstShutdownPing.enabled", false); // [FF57+]
|
2021-08-29 06:50:36 +02:00
|
|
|
/* 0333: disable Telemetry Coverage
|
2019-02-01 12:57:22 +01:00
|
|
|
* [1] https://blog.mozilla.org/data/2018/08/20/effectively-measuring-search-in-firefox/ ***/
|
|
|
|
user_pref("toolkit.telemetry.coverage.opt-out", true); // [HIDDEN PREF]
|
|
|
|
user_pref("toolkit.coverage.opt-out", true); // [FF64+] [HIDDEN PREF]
|
|
|
|
user_pref("toolkit.coverage.endpoint.base", "");
|
2021-08-29 06:50:36 +02:00
|
|
|
/* 0334: disable PingCentre telemetry (used in several System Add-ons) [FF57+]
|
|
|
|
* Defense-in-depth: currently covered by 0331 ***/
|
|
|
|
user_pref("browser.ping-centre.telemetry", false);
|
2022-10-04 19:15:19 +02:00
|
|
|
/* 0335: disable Firefox Home (Activity Stream) telemetry ***/
|
|
|
|
user_pref("browser.newtabpage.activity-stream.feeds.telemetry", false);
|
|
|
|
user_pref("browser.newtabpage.activity-stream.telemetry", false);
|
2021-08-29 06:50:36 +02:00
|
|
|
|
|
|
|
/** STUDIES ***/
|
|
|
|
/* 0340: disable Studies
|
2019-11-08 14:01:33 +01:00
|
|
|
* [SETTING] Privacy & Security>Firefox Data Collection & Use>Allow Firefox to install and run studies ***/
|
2019-02-01 12:57:22 +01:00
|
|
|
user_pref("app.shield.optoutstudies.enabled", false);
|
2021-08-29 06:50:36 +02:00
|
|
|
/* 0341: disable Normandy/Shield [FF60+]
|
|
|
|
* Shield is a telemetry system that can push and test "recipes"
|
|
|
|
* [1] https://mozilla.github.io/normandy/ ***/
|
|
|
|
user_pref("app.normandy.enabled", false);
|
|
|
|
user_pref("app.normandy.api_url", "");
|
|
|
|
|
|
|
|
/** CRASH REPORTS ***/
|
2019-02-01 12:57:22 +01:00
|
|
|
/* 0350: disable Crash Reports ***/
|
2017-06-17 09:13:14 +02:00
|
|
|
user_pref("breakpad.reportURL", "");
|
2018-12-10 19:18:26 +01:00
|
|
|
user_pref("browser.tabs.crashReporting.sendReport", false); // [FF44+]
|
2021-03-14 12:21:13 +01:00
|
|
|
// user_pref("browser.crashReports.unsubmittedCheck.enabled", false); // [FF51+] [DEFAULT: false]
|
2021-03-10 01:06:30 +01:00
|
|
|
/* 0351: enforce no submission of backlogged Crash Reports [FF58+]
|
2019-02-01 12:57:22 +01:00
|
|
|
* [SETTING] Privacy & Security>Firefox Data Collection & Use>Allow Firefox to send backlogged crash reports ***/
|
2021-03-10 01:06:30 +01:00
|
|
|
user_pref("browser.crashReports.unsubmittedCheck.autoSubmit2", false); // [DEFAULT: false]
|
2021-08-29 06:50:36 +02:00
|
|
|
|
|
|
|
/** OTHER ***/
|
|
|
|
/* 0360: disable Captive Portal detection
|
2021-08-18 09:16:19 +02:00
|
|
|
* [1] https://www.eff.org/deeplinks/2017/08/how-captive-portals-interfere-wireless-security-and-privacy ***/
|
2019-02-07 15:41:23 +01:00
|
|
|
user_pref("captivedetect.canonicalURL", "");
|
|
|
|
user_pref("network.captive-portal-service.enabled", false); // [FF52+]
|
2021-08-29 06:50:36 +02:00
|
|
|
/* 0361: disable Network Connectivity checks [FF65+]
|
2019-02-07 15:41:23 +01:00
|
|
|
* [1] https://bugzilla.mozilla.org/1460537 ***/
|
|
|
|
user_pref("network.connectivity-service.enabled", false);
|
2017-06-17 09:13:14 +02:00
|
|
|
|
2021-08-23 06:40:29 +02:00
|
|
|
/*** [SECTION 0400]: SAFE BROWSING (SB)
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
SB has taken many steps to preserve privacy. If required, a full url is never sent
|
|
|
|
to Google, only a part-hash of the prefix, hidden with noise of other real part-hashes.
|
2021-09-11 07:35:39 +02:00
|
|
|
Firefox takes measures such as stripping out identifying parameters and since SBv4 (FF57+)
|
2021-08-10 02:18:19 +02:00
|
|
|
doesn't even use cookies. (#Turn on browser.safebrowsing.debug to monitor this activity)
|
2019-10-05 19:47:25 +02:00
|
|
|
|
2021-08-10 02:18:19 +02:00
|
|
|
[1] https://feeding.cloud.geek.nz/posts/how-safe-browsing-works-in-firefox/
|
|
|
|
[2] https://wiki.mozilla.org/Security/Safe_Browsing
|
|
|
|
[3] https://support.mozilla.org/kb/how-does-phishing-and-malware-protection-work
|
2022-08-17 21:24:38 +02:00
|
|
|
[4] https://educatedguesswork.org/posts/safe-browsing-privacy/
|
2019-10-05 19:47:25 +02:00
|
|
|
***/
|
2021-08-23 06:40:29 +02:00
|
|
|
user_pref("_user.js.parrot", "0400 syntax error: the parrot's passed on!");
|
2021-08-25 17:56:57 +02:00
|
|
|
/* 0401: disable SB (Safe Browsing)
|
2021-08-16 06:02:15 +02:00
|
|
|
* [WARNING] Do this at your own risk! These are the master switches
|
|
|
|
* [SETTING] Privacy & Security>Security>... Block dangerous and deceptive content ***/
|
2019-10-05 19:47:25 +02:00
|
|
|
// user_pref("browser.safebrowsing.malware.enabled", false);
|
|
|
|
// user_pref("browser.safebrowsing.phishing.enabled", false);
|
2021-08-25 17:56:57 +02:00
|
|
|
/* 0402: disable SB checks for downloads (both local lookups + remote)
|
|
|
|
* This is the master switch for the safebrowsing.downloads* prefs (0403, 0404)
|
2019-10-05 19:47:25 +02:00
|
|
|
* [SETTING] Privacy & Security>Security>... "Block dangerous downloads" ***/
|
|
|
|
// user_pref("browser.safebrowsing.downloads.enabled", false);
|
2021-08-25 17:56:57 +02:00
|
|
|
/* 0403: disable SB checks for downloads (remote)
|
2019-10-05 19:47:25 +02:00
|
|
|
* To verify the safety of certain executable files, Firefox may submit some information about the
|
|
|
|
* file, including the name, origin, size and a cryptographic hash of the contents, to the Google
|
|
|
|
* Safe Browsing service which helps Firefox determine whether or not the file should be blocked
|
2022-02-13 12:15:00 +01:00
|
|
|
* [SETUP-SECURITY] If you do not understand this, or you want this protection, then override this ***/
|
2017-06-17 09:13:14 +02:00
|
|
|
user_pref("browser.safebrowsing.downloads.remote.enabled", false);
|
2022-02-13 12:15:00 +01:00
|
|
|
// user_pref("browser.safebrowsing.downloads.remote.url", ""); // Defense-in-depth
|
2021-08-25 17:56:57 +02:00
|
|
|
/* 0404: disable SB checks for unwanted software
|
2019-10-05 19:47:25 +02:00
|
|
|
* [SETTING] Privacy & Security>Security>... "Warn you about unwanted and uncommon software" ***/
|
|
|
|
// user_pref("browser.safebrowsing.downloads.remote.block_potentially_unwanted", false);
|
|
|
|
// user_pref("browser.safebrowsing.downloads.remote.block_uncommon", false);
|
2021-08-25 17:56:57 +02:00
|
|
|
/* 0405: disable "ignore this warning" on SB warnings [FF45+]
|
2018-12-10 19:18:26 +01:00
|
|
|
* If clicked, it bypasses the block for that session. This is a means for admins to enforce SB
|
2022-02-13 12:15:00 +01:00
|
|
|
* [TEST] see https://github.com/arkenfox/user.js/wiki/Appendix-A-Test-Sites#-mozilla
|
2018-03-14 14:22:58 +01:00
|
|
|
* [1] https://bugzilla.mozilla.org/1226490 ***/
|
2017-06-17 09:13:14 +02:00
|
|
|
// user_pref("browser.safebrowsing.allowOverride", false);
|
2018-08-12 05:11:23 +02:00
|
|
|
|
2018-12-04 08:03:19 +01:00
|
|
|
/*** [SECTION 0600]: BLOCK IMPLICIT OUTBOUND [not explicitly asked for - e.g. clicked on] ***/
|
2017-09-16 00:28:22 +02:00
|
|
|
user_pref("_user.js.parrot", "0600 syntax error: the parrot's no more!");
|
2017-06-17 09:13:14 +02:00
|
|
|
/* 0601: disable link prefetching
|
2017-08-31 07:27:04 +02:00
|
|
|
* [1] https://developer.mozilla.org/docs/Web/HTTP/Link_prefetching_FAQ ***/
|
2017-06-17 09:13:14 +02:00
|
|
|
user_pref("network.prefetch-next", false);
|
|
|
|
/* 0602: disable DNS prefetching
|
2020-08-13 17:22:38 +02:00
|
|
|
* [1] https://developer.mozilla.org/docs/Web/HTTP/Headers/X-DNS-Prefetch-Control ***/
|
2017-06-17 09:13:14 +02:00
|
|
|
user_pref("network.dns.disablePrefetch", true);
|
2021-04-03 16:20:39 +02:00
|
|
|
// user_pref("network.dns.disablePrefetchFromHTTPS", true); // [DEFAULT: true]
|
2019-04-30 16:26:48 +02:00
|
|
|
/* 0603: disable predictor / prefetching ***/
|
2017-06-17 09:13:14 +02:00
|
|
|
user_pref("network.predictor.enabled", false);
|
2021-11-30 14:29:19 +01:00
|
|
|
user_pref("network.predictor.enable-prefetch", false); // [FF48+] [DEFAULT: false]
|
2021-08-25 17:56:57 +02:00
|
|
|
/* 0604: disable link-mouseover opening connection to linked server
|
2020-08-13 17:22:38 +02:00
|
|
|
* [1] https://news.slashdot.org/story/15/08/14/2321202/how-to-quash-firefoxs-silent-requests ***/
|
2017-06-17 09:13:14 +02:00
|
|
|
user_pref("network.http.speculative-parallel-limit", 0);
|
2022-02-13 12:15:00 +01:00
|
|
|
/* 0605: disable mousedown speculative connections on bookmarks and history [FF98+] ***/
|
|
|
|
user_pref("browser.places.speculativeConnect.enabled", false);
|
|
|
|
/* 0610: enforce no "Hyperlink Auditing" (click tracking)
|
2019-09-21 18:20:10 +02:00
|
|
|
* [1] https://www.bleepingcomputer.com/news/software/major-browsers-to-prevent-disabling-of-click-tracking-privacy-risk/ ***/
|
2021-04-03 16:20:39 +02:00
|
|
|
// user_pref("browser.send_pings", false); // [DEFAULT: false]
|
2017-06-17 09:13:14 +02:00
|
|
|
|
2021-08-29 09:42:24 +02:00
|
|
|
/*** [SECTION 0700]: DNS / DoH / PROXY / SOCKS / IPv6 ***/
|
2018-03-13 10:04:54 +01:00
|
|
|
user_pref("_user.js.parrot", "0700 syntax error: the parrot's given up the ghost!");
|
2018-08-17 09:15:47 +02:00
|
|
|
/* 0701: disable IPv6
|
2021-08-16 06:02:15 +02:00
|
|
|
* IPv6 can be abused, especially with MAC addresses, and can leak with VPNs: assuming
|
|
|
|
* your ISP and/or router and/or website is IPv6 capable. Most sites will fall back to IPv4
|
2022-10-04 19:15:19 +02:00
|
|
|
* [STATS] Firefox telemetry (Sept 2022) shows ~8% of successful connections are IPv6
|
2021-08-16 06:02:15 +02:00
|
|
|
* [NOTE] This is an application level fallback. Disabling IPv6 is best done at an
|
2019-05-02 02:30:27 +02:00
|
|
|
* OS/network level, and/or configured properly in VPN setups. If you are not masking your IP,
|
2019-09-21 18:20:10 +02:00
|
|
|
* then this won't make much difference. If you are masking your IP, then it can only help.
|
2020-10-26 11:34:54 +01:00
|
|
|
* [NOTE] PHP defaults to IPv6 with "localhost". Use "php -S 127.0.0.1:PORT"
|
2019-09-21 18:20:10 +02:00
|
|
|
* [TEST] https://ipleak.org/
|
2021-08-18 10:24:44 +02:00
|
|
|
* [1] https://www.internetsociety.org/tag/ipv6-security/ (Myths 2,4,5,6) ***/
|
2018-08-17 09:15:47 +02:00
|
|
|
user_pref("network.dns.disableIPv6", true);
|
2021-08-23 11:42:21 +02:00
|
|
|
/* 0702: set the proxy server to do any DNS lookups when using SOCKS
|
2018-11-24 06:19:24 +01:00
|
|
|
* e.g. in Tor, this stops your local DNS server from knowing your Tor destination
|
2018-03-13 10:04:54 +01:00
|
|
|
* as a remote Tor node will handle the DNS request
|
2019-09-21 18:20:10 +02:00
|
|
|
* [1] https://trac.torproject.org/projects/tor/wiki/doc/TorifyHOWTO/WebBrowsers ***/
|
2018-03-13 10:04:54 +01:00
|
|
|
user_pref("network.proxy.socks_remote_dns", true);
|
2021-08-23 11:42:21 +02:00
|
|
|
/* 0703: disable using UNC (Uniform Naming Convention) paths [FF61+]
|
2019-02-17 04:51:44 +01:00
|
|
|
* [SETUP-CHROME] Can break extensions for profiles on network shares
|
2020-06-24 19:26:25 +02:00
|
|
|
* [1] https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/26424 ***/
|
2018-12-10 19:18:26 +01:00
|
|
|
user_pref("network.file.disable_unc_paths", true); // [HIDDEN PREF]
|
2021-12-12 16:41:55 +01:00
|
|
|
/* 0704: disable GIO as a potential proxy bypass vector
|
|
|
|
* Gvfs/GIO has a set of supported protocols like obex, network, archive, computer,
|
|
|
|
* dav, cdda, gphoto2, trash, etc. By default only sftp is accepted (FF87+)
|
2018-10-14 14:11:56 +02:00
|
|
|
* [1] https://bugzilla.mozilla.org/1433507
|
2021-10-25 19:41:16 +02:00
|
|
|
* [2] https://en.wikipedia.org/wiki/GVfs
|
|
|
|
* [3] https://en.wikipedia.org/wiki/GIO_(software) ***/
|
2018-12-10 19:18:26 +01:00
|
|
|
user_pref("network.gio.supported-protocols", ""); // [HIDDEN PREF]
|
2021-11-18 02:28:21 +01:00
|
|
|
/* 0705: disable proxy direct failover for system requests [FF91+]
|
|
|
|
* [WARNING] Default true is a security feature against malicious extensions [1]
|
|
|
|
* [SETUP-CHROME] If you use a proxy and you trust your extensions
|
|
|
|
* [1] https://blog.mozilla.org/security/2021/10/25/securing-the-proxy-api-for-firefox-add-ons/ ***/
|
|
|
|
// user_pref("network.proxy.failover_direct", false);
|
2021-12-09 12:41:18 +01:00
|
|
|
/* 0706: disable proxy bypass for system request failures [FF95+]
|
|
|
|
* RemoteSettings, UpdateService, Telemetry [1]
|
|
|
|
* [WARNING] If false, this will break the fallback for some security features
|
|
|
|
* [SETUP-CHROME] If you use a proxy and you understand the security impact
|
|
|
|
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1732792,1733994,1733481 ***/
|
2022-02-13 12:15:00 +01:00
|
|
|
// user_pref("network.proxy.allow_bypass", false); // [HIDDEN PREF FF95-96]
|
2021-11-18 02:28:21 +01:00
|
|
|
/* 0710: disable DNS-over-HTTPS (DoH) rollout [FF60+]
|
2021-08-29 09:42:24 +02:00
|
|
|
* 0=off by default, 2=TRR (Trusted Recursive Resolver) first, 3=TRR only, 5=explicitly off
|
2022-06-12 15:38:27 +02:00
|
|
|
* see "doh-rollout.home-region": USA 2019, Canada 2021, Russia/Ukraine 2022 [3]
|
2021-08-29 09:42:24 +02:00
|
|
|
* [1] https://hacks.mozilla.org/2018/05/a-cartoon-intro-to-dns-over-https/
|
|
|
|
* [2] https://wiki.mozilla.org/Security/DOH-resolver-policy
|
2022-06-12 15:38:27 +02:00
|
|
|
* [3] https://support.mozilla.org/en-US/kb/firefox-dns-over-https
|
2021-08-29 09:42:24 +02:00
|
|
|
* [4] https://www.eff.org/deeplinks/2020/12/dns-doh-and-odoh-oh-my-year-review-2020 ***/
|
|
|
|
// user_pref("network.trr.mode", 5);
|
2018-03-13 10:04:54 +01:00
|
|
|
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
/*** [SECTION 0800]: LOCATION BAR / SEARCH BAR / SUGGESTIONS / HISTORY / FORMS ***/
|
2017-09-16 00:28:22 +02:00
|
|
|
user_pref("_user.js.parrot", "0800 syntax error: the parrot's ceased to be!");
|
2018-12-10 19:18:26 +01:00
|
|
|
/* 0801: disable location bar using search
|
2021-08-16 06:02:15 +02:00
|
|
|
* Don't leak URL typos to a search engine, give an error message instead
|
2019-04-27 18:12:25 +02:00
|
|
|
* Examples: "secretplace,com", "secretplace/com", "secretplace com", "secret place.com"
|
2021-08-16 06:02:15 +02:00
|
|
|
* [NOTE] This does not affect explicit user action such as using search buttons in the
|
|
|
|
* dropdown, or using keyword search shortcuts you configure in options (e.g. "d" for DuckDuckGo)
|
2022-02-13 12:15:00 +01:00
|
|
|
* [SETUP-CHROME] Override this if you trust and use a privacy respecting search engine ***/
|
2017-06-17 09:13:14 +02:00
|
|
|
user_pref("keyword.enabled", false);
|
2018-12-10 19:18:26 +01:00
|
|
|
/* 0802: disable location bar domain guessing
|
2017-06-17 09:13:14 +02:00
|
|
|
* domain guessing intercepts DNS "hostname not found errors" and resends a
|
2017-07-23 20:50:55 +02:00
|
|
|
* request (e.g. by adding www or .com). This is inconsistent use (e.g. FQDNs), does not work
|
2017-06-17 09:13:14 +02:00
|
|
|
* via Proxy Servers (different error), is a flawed use of DNS (TLDs: why treat .com
|
|
|
|
* as the 411 for DNS errors?), privacy issues (why connect to sites you didn't
|
2017-07-23 20:57:33 +02:00
|
|
|
* intend to), can leak sensitive data (e.g. query strings: e.g. Princeton attack),
|
2017-07-23 20:50:55 +02:00
|
|
|
* and is a security risk (e.g. common typos & malicious sites set up to exploit this) ***/
|
2022-07-18 12:38:43 +02:00
|
|
|
user_pref("browser.fixup.alternate.enabled", false); // [DEFAULT: false FF104+]
|
2021-08-25 17:56:57 +02:00
|
|
|
/* 0804: disable live search suggestions
|
2021-08-11 22:56:51 +02:00
|
|
|
* [NOTE] Both must be true for the location bar to work
|
2022-02-13 12:15:00 +01:00
|
|
|
* [SETUP-CHROME] Override these if you trust and use a privacy respecting search engine
|
2019-04-30 15:46:41 +02:00
|
|
|
* [SETTING] Search>Provide search suggestions | Show search suggestions in address bar results ***/
|
2017-06-17 09:13:14 +02:00
|
|
|
user_pref("browser.search.suggest.enabled", false);
|
|
|
|
user_pref("browser.urlbar.suggest.searches", false);
|
2021-08-25 17:56:57 +02:00
|
|
|
/* 0805: disable location bar making speculative connections [FF56+]
|
2018-03-14 14:22:58 +01:00
|
|
|
* [1] https://bugzilla.mozilla.org/1348275 ***/
|
2017-07-22 17:11:56 +02:00
|
|
|
user_pref("browser.urlbar.speculativeConnect.enabled", false);
|
2021-08-25 17:56:57 +02:00
|
|
|
/* 0806: disable location bar leaking single words to a DNS provider **after searching** [FF78+]
|
2022-08-17 21:24:38 +02:00
|
|
|
* 0=never resolve, 1=use heuristics, 2=always resolve
|
2020-07-10 12:09:13 +02:00
|
|
|
* [1] https://bugzilla.mozilla.org/1642623 ***/
|
2022-08-17 21:24:38 +02:00
|
|
|
user_pref("browser.urlbar.dnsResolveSingleWordsAfterSearch", 0); // [DEFAULT: 0 FF104+]
|
2021-10-09 09:14:20 +02:00
|
|
|
/* 0807: disable location bar contextual suggestions [FF92+]
|
2021-12-08 05:28:47 +01:00
|
|
|
* [SETTING] Privacy & Security>Address Bar>Suggestions from...
|
2021-10-09 09:14:20 +02:00
|
|
|
* [1] https://blog.mozilla.org/data/2021/09/15/data-and-firefox-suggest/ ***/
|
2021-12-08 05:28:47 +01:00
|
|
|
user_pref("browser.urlbar.suggest.quicksuggest.nonsponsored", false); // [FF95+]
|
2021-10-09 09:14:20 +02:00
|
|
|
user_pref("browser.urlbar.suggest.quicksuggest.sponsored", false);
|
|
|
|
/* 0808: disable tab-to-search [FF85+]
|
2020-12-19 08:23:13 +01:00
|
|
|
* Alternatively, you can exclude on a per-engine basis by unchecking them in Options>Search
|
|
|
|
* [SETTING] Privacy & Security>Address Bar>When using the address bar, suggest>Search engines ***/
|
|
|
|
// user_pref("browser.urlbar.suggest.engines", false);
|
2021-10-09 09:14:20 +02:00
|
|
|
/* 0810: disable search and form history
|
2020-12-07 20:34:14 +01:00
|
|
|
* [SETUP-WEB] Be aware that autocomplete form data can be read by third parties [1][2]
|
2021-11-22 06:40:49 +01:00
|
|
|
* [NOTE] We also clear formdata on exit (2811)
|
2019-04-22 16:15:58 +02:00
|
|
|
* [SETTING] Privacy & Security>History>Custom Settings>Remember search and form history
|
2019-12-18 10:46:21 +01:00
|
|
|
* [1] https://blog.mindedsecurity.com/2011/10/autocompleteagain.html
|
|
|
|
* [2] https://bugzilla.mozilla.org/381681 ***/
|
2021-08-28 09:11:44 +02:00
|
|
|
user_pref("browser.formfill.enable", false);
|
2021-10-09 09:14:20 +02:00
|
|
|
/* 0820: disable coloring of visited links
|
2021-08-25 17:56:57 +02:00
|
|
|
* [SETUP-HARDEN] Bulk rapid history sniffing was mitigated in 2010 [1][2]. Slower and more expensive
|
|
|
|
* redraw timing attacks were largely mitigated in FF77+ [3]. Using RFP (4501) further hampers timing
|
2021-11-22 06:40:49 +01:00
|
|
|
* attacks. Don't forget clearing history on exit (2811). However, social engineering [2#limits][4][5]
|
2021-08-25 17:56:57 +02:00
|
|
|
* and advanced targeted timing attacks could still produce usable results
|
|
|
|
* [1] https://developer.mozilla.org/docs/Web/CSS/Privacy_and_the_:visited_selector
|
|
|
|
* [2] https://dbaron.org/mozilla/visited-privacy
|
|
|
|
* [3] https://bugzilla.mozilla.org/1632765
|
|
|
|
* [4] https://earthlng.github.io/testpages/visited_links.html (see github wiki APPENDIX A on how to use)
|
|
|
|
* [5] https://lcamtuf.blogspot.com/2016/08/css-mix-blend-mode-is-bad-for-keeping.html ***/
|
|
|
|
// user_pref("layout.css.visited_links_enabled", false);
|
2017-06-17 09:13:14 +02:00
|
|
|
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
/*** [SECTION 0900]: PASSWORDS
|
|
|
|
[1] https://support.mozilla.org/kb/use-primary-password-protect-stored-logins-and-pas
|
|
|
|
***/
|
2017-09-16 00:28:22 +02:00
|
|
|
user_pref("_user.js.parrot", "0900 syntax error: the parrot's expired!");
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
/* 0903: disable auto-filling username & password form fields
|
2019-09-21 18:20:10 +02:00
|
|
|
* can leak in cross-site forms *and* be spoofed
|
2019-12-18 10:46:21 +01:00
|
|
|
* [NOTE] Username & password is still available when you enter the field
|
2020-08-20 19:18:22 +02:00
|
|
|
* [SETTING] Privacy & Security>Logins and Passwords>Autofill logins and passwords
|
2022-06-12 15:38:27 +02:00
|
|
|
* [1] https://freedom-to-tinker.com/2017/12/27/no-boundaries-for-user-identities-web-trackers-exploit-browser-login-managers/
|
|
|
|
* [2] https://homes.esat.kuleuven.be/~asenol/leaky-forms/ ***/
|
2017-06-17 09:13:14 +02:00
|
|
|
user_pref("signon.autofillForms", false);
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
/* 0904: disable formless login capture for Password Manager [FF51+] ***/
|
2017-06-17 09:13:14 +02:00
|
|
|
user_pref("signon.formlessCapture.enabled", false);
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
/* 0905: limit (or disable) HTTP authentication credentials dialogs triggered by sub-resources [FF41+]
|
2018-12-17 13:41:37 +01:00
|
|
|
* hardens against potential credentials phishing
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
* 0 = don't allow sub-resources to open HTTP authentication credentials dialogs
|
|
|
|
* 1 = don't allow cross-origin sub-resources to open HTTP authentication credentials dialogs
|
|
|
|
* 2 = allow sub-resources to open HTTP authentication credentials dialogs (default) ***/
|
2018-12-17 13:41:37 +01:00
|
|
|
user_pref("network.auth.subresource-http-auth-allow", 1);
|
2021-08-28 07:57:19 +02:00
|
|
|
/* 0906: enforce no automatic authentication on Microsoft sites [FF91+] [WINDOWS 10+]
|
2021-08-04 12:32:33 +02:00
|
|
|
* [SETTING] Privacy & Security>Logins and Passwords>Allow Windows single sign-on for...
|
|
|
|
* [1] https://support.mozilla.org/kb/windows-sso ***/
|
2022-10-04 19:15:19 +02:00
|
|
|
// user_pref("network.http.windows-sso.enabled", false); // [DEFAULT: false]
|
2017-06-17 09:13:14 +02:00
|
|
|
|
2021-09-07 15:35:32 +02:00
|
|
|
/*** [SECTION 1000]: DISK AVOIDANCE ***/
|
2017-09-16 00:28:22 +02:00
|
|
|
user_pref("_user.js.parrot", "1000 syntax error: the parrot's gone to meet 'is maker!");
|
2019-04-27 15:53:02 +02:00
|
|
|
/* 1001: disable disk cache
|
2021-08-25 18:14:59 +02:00
|
|
|
* [SETUP-CHROME] If you think disk cache helps perf, then feel free to override this
|
2021-11-22 06:40:49 +01:00
|
|
|
* [NOTE] We also clear cache on exit (2811) ***/
|
2017-06-17 09:13:14 +02:00
|
|
|
user_pref("browser.cache.disk.enable", false);
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
/* 1002: disable media cache from writing to disk in Private Browsing
|
2021-11-24 02:09:10 +01:00
|
|
|
* [NOTE] MSE (Media Source Extensions) are already stored in-memory in PB ***/
|
2020-04-14 02:28:00 +02:00
|
|
|
user_pref("browser.privatebrowsing.forceMediaMemoryCache", true); // [FF75+]
|
2020-08-04 00:50:58 +02:00
|
|
|
user_pref("media.memory_cache_max_size", 65536);
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
/* 1003: disable storing extra session data [SETUP-CHROME]
|
2021-07-30 07:48:17 +02:00
|
|
|
* define on which sites to save extra session data such as form content, cookies and POST data
|
2017-06-17 09:13:14 +02:00
|
|
|
* 0=everywhere, 1=unencrypted sites, 2=nowhere ***/
|
|
|
|
user_pref("browser.sessionstore.privacy_level", 2);
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
/* 1005: disable automatic Firefox start and session restore after reboot [FF62+] [WINDOWS]
|
2018-09-09 22:46:35 +02:00
|
|
|
* [1] https://bugzilla.mozilla.org/603903 ***/
|
|
|
|
user_pref("toolkit.winRegisterApplicationRestart", false);
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
/* 1006: disable favicons in shortcuts
|
2017-06-17 09:13:14 +02:00
|
|
|
* URL shortcuts use a cached randomly named .ico file which is stored in your
|
2021-08-16 06:02:15 +02:00
|
|
|
* profile/shortcutCache directory. The .ico remains after the shortcut is deleted
|
2017-06-17 09:13:14 +02:00
|
|
|
* If set to false then the shortcuts use a generic Firefox icon ***/
|
|
|
|
user_pref("browser.shell.shortcutFavicons", false);
|
|
|
|
|
2021-08-22 07:18:54 +02:00
|
|
|
/*** [SECTION 1200]: HTTPS (SSL/TLS / OCSP / CERTS / HPKP)
|
2019-11-22 15:23:08 +01:00
|
|
|
Your cipher and other settings can be used in server side fingerprinting
|
|
|
|
[TEST] https://www.ssllabs.com/ssltest/viewMyClient.html
|
2020-06-28 17:48:13 +02:00
|
|
|
[TEST] https://browserleaks.com/ssl
|
|
|
|
[TEST] https://ja3er.com/
|
2017-06-17 09:13:14 +02:00
|
|
|
[1] https://www.securityartwork.es/2017/02/02/tls-client-fingerprinting-with-bro/
|
2018-08-28 09:57:21 +02:00
|
|
|
***/
|
2017-09-16 00:28:22 +02:00
|
|
|
user_pref("_user.js.parrot", "1200 syntax error: the parrot's a stiff!");
|
2017-06-17 09:13:14 +02:00
|
|
|
/** SSL (Secure Sockets Layer) / TLS (Transport Layer Security) ***/
|
2019-12-07 19:26:39 +01:00
|
|
|
/* 1201: require safe negotiation
|
2022-02-13 12:15:00 +01:00
|
|
|
* Blocks connections to servers that don't support RFC 5746 [2] as they're potentially vulnerable to a
|
|
|
|
* MiTM attack [3]. A server without RFC 5746 can be safe from the attack if it disables renegotiations
|
|
|
|
* but the problem is that the browser can't know that. Setting this pref to true is the only way for the
|
|
|
|
* browser to ensure there will be no unsafe renegotiations on the channel between the browser and the server
|
|
|
|
* [SETUP-WEB] SSL_ERROR_UNSAFE_NEGOTIATION: is it worth overriding this for that one site?
|
2022-10-04 19:15:19 +02:00
|
|
|
* [STATS] SSL Labs (Sept 2022) reports over 99.3% of top sites have secure renegotiation [4]
|
2019-12-07 19:26:39 +01:00
|
|
|
* [1] https://wiki.mozilla.org/Security:Renegotiation
|
2021-12-04 11:23:59 +01:00
|
|
|
* [2] https://datatracker.ietf.org/doc/html/rfc5746
|
2021-01-22 13:10:15 +01:00
|
|
|
* [3] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3555
|
|
|
|
* [4] https://www.ssllabs.com/ssl-pulse/ ***/
|
2018-10-16 13:57:32 +02:00
|
|
|
user_pref("security.ssl.require_safe_negotiation", true);
|
2020-03-27 13:36:16 +01:00
|
|
|
/* 1206: disable TLS1.3 0-RTT (round-trip time) [FF51+]
|
2021-12-15 20:23:03 +01:00
|
|
|
* This data is not forward secret, as it is encrypted solely under keys derived using
|
|
|
|
* the offered PSK. There are no guarantees of non-replay between connections
|
2017-08-18 03:58:30 +02:00
|
|
|
* [1] https://github.com/tlswg/tls13-spec/issues/1001
|
2021-12-15 20:23:03 +01:00
|
|
|
* [2] https://www.rfc-editor.org/rfc/rfc9001.html#name-replay-attacks-with-0-rtt
|
|
|
|
* [3] https://blog.cloudflare.com/tls-1-3-overview-and-q-and-a/ ***/
|
2018-12-10 19:18:26 +01:00
|
|
|
user_pref("security.tls.enable_0rtt_data", false);
|
2018-08-12 05:11:23 +02:00
|
|
|
|
2017-07-06 14:09:54 +02:00
|
|
|
/** OCSP (Online Certificate Status Protocol)
|
2021-08-10 02:18:19 +02:00
|
|
|
[1] https://scotthelme.co.uk/revocation-is-broken/
|
|
|
|
[2] https://blog.mozilla.org/security/2013/07/29/ocsp-stapling-in-firefox/
|
2021-05-25 19:46:45 +02:00
|
|
|
***/
|
2021-10-05 05:04:14 +02:00
|
|
|
/* 1211: enforce OCSP fetching to confirm current validity of certificates
|
2018-01-11 17:26:42 +01:00
|
|
|
* 0=disabled, 1=enabled (default), 2=enabled for EV certificates only
|
2017-06-17 09:13:14 +02:00
|
|
|
* OCSP (non-stapled) leaks information about the sites you visit to the CA (cert authority)
|
|
|
|
* It's a trade-off between security (checking) and privacy (leaking info to the CA)
|
2018-01-11 17:26:42 +01:00
|
|
|
* [NOTE] This pref only controls OCSP fetching and does not affect OCSP stapling
|
2021-10-05 05:04:14 +02:00
|
|
|
* [SETTING] Privacy & Security>Security>Certificates>Query OCSP responder servers...
|
2017-06-17 09:13:14 +02:00
|
|
|
* [1] https://en.wikipedia.org/wiki/Ocsp ***/
|
2021-10-05 13:14:16 +02:00
|
|
|
user_pref("security.OCSP.enabled", 1); // [DEFAULT: 1]
|
2022-08-24 07:53:46 +02:00
|
|
|
/* 1212: set OCSP fetch failures (non-stapled, see 1211) to hard-fail
|
|
|
|
* [SETUP-WEB] SEC_ERROR_OCSP_SERVER_ERROR
|
2018-01-11 17:26:42 +01:00
|
|
|
* When a CA cannot be reached to validate a cert, Firefox just continues the connection (=soft-fail)
|
|
|
|
* Setting this pref to true tells Firefox to instead terminate the connection (=hard-fail)
|
2018-01-15 18:51:21 +01:00
|
|
|
* It is pointless to soft-fail when an OCSP fetch fails: you cannot confirm a cert is still valid (it
|
|
|
|
* could have been revoked) and/or you could be under attack (e.g. malicious blocking of OCSP servers)
|
2018-01-11 17:26:42 +01:00
|
|
|
* [1] https://blog.mozilla.org/security/2013/07/29/ocsp-stapling-in-firefox/
|
|
|
|
* [2] https://www.imperialviolet.org/2014/04/19/revchecking.html ***/
|
2017-07-07 19:12:52 +02:00
|
|
|
user_pref("security.OCSP.require", true);
|
2018-08-12 05:11:23 +02:00
|
|
|
|
2018-12-12 12:52:49 +01:00
|
|
|
/** CERTS / HPKP (HTTP Public Key Pinning) ***/
|
|
|
|
/* 1221: disable Windows 8.1's Microsoft Family Safety cert [FF50+] [WINDOWS]
|
2017-06-17 09:13:14 +02:00
|
|
|
* 0=disable detecting Family Safety mode and importing the root
|
|
|
|
* 1=only attempt to detect Family Safety mode (don't import the root)
|
|
|
|
* 2=detect Family Safety mode and import the root
|
2020-06-24 19:26:25 +02:00
|
|
|
* [1] https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/21686 ***/
|
2017-06-17 09:13:14 +02:00
|
|
|
user_pref("security.family_safety.mode", 0);
|
2022-07-18 12:38:43 +02:00
|
|
|
/* 1223: enable strict PKP (Public Key Pinning)
|
|
|
|
* 0=disabled, 1=allow user MiTM (default; such as your antivirus), 2=strict
|
|
|
|
* [SETUP-WEB] MOZILLA_PKIX_ERROR_KEY_PINNING_FAILURE: If you rely on an AV (antivirus) to protect
|
|
|
|
* your web browsing by inspecting ALL your web traffic, then override to current default ***/
|
2017-06-17 09:13:14 +02:00
|
|
|
user_pref("security.cert_pinning.enforcement_level", 2);
|
2021-07-20 04:51:52 +02:00
|
|
|
/* 1224: enable CRLite [FF73+]
|
2022-03-10 01:44:10 +01:00
|
|
|
* 0 = disabled
|
2022-06-12 15:38:27 +02:00
|
|
|
* 1 = consult CRLite but only collect telemetry
|
2022-03-10 01:44:10 +01:00
|
|
|
* 2 = consult CRLite and enforce both "Revoked" and "Not Revoked" results
|
2022-06-12 15:38:27 +02:00
|
|
|
* 3 = consult CRLite and enforce "Not Revoked" results, but defer to OCSP for "Revoked" (FF99+, default FF100+)
|
2022-03-10 01:44:10 +01:00
|
|
|
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1429800,1670985,1753071
|
2020-12-06 22:09:07 +01:00
|
|
|
* [2] https://blog.mozilla.org/security/tag/crlite/ ***/
|
2020-11-22 19:15:25 +01:00
|
|
|
user_pref("security.remote_settings.crlite_filters.enabled", true);
|
|
|
|
user_pref("security.pki.crlite_mode", 2);
|
2018-08-12 05:11:23 +02:00
|
|
|
|
2017-06-17 09:13:14 +02:00
|
|
|
/** MIXED CONTENT ***/
|
2022-11-21 01:36:37 +01:00
|
|
|
/* 1241: disable insecure passive content (such as images) on https pages ***/
|
|
|
|
// user_pref("security.mixed_content.block_display_content", true); // Defense-in-depth (see 1244)
|
2021-08-20 15:18:43 +02:00
|
|
|
/* 1244: enable HTTPS-Only mode in all windows [FF76+]
|
|
|
|
* When the top-level is HTTPS, insecure subresources are also upgraded (silent fail)
|
|
|
|
* [SETTING] to add site exceptions: Padlock>HTTPS-Only mode>On (after "Continue to HTTP Site")
|
|
|
|
* [SETTING] Privacy & Security>HTTPS-Only Mode (and manage exceptions)
|
2020-11-22 18:59:44 +01:00
|
|
|
* [TEST] http://example.com [upgrade]
|
2022-07-02 02:43:25 +02:00
|
|
|
* [TEST] http://httpforever.com/ [no upgrade] ***/
|
2020-11-22 18:59:44 +01:00
|
|
|
user_pref("dom.security.https_only_mode", true); // [FF76+]
|
2020-08-25 16:59:41 +02:00
|
|
|
// user_pref("dom.security.https_only_mode_pbm", true); // [FF80+]
|
2020-11-22 18:59:44 +01:00
|
|
|
/* 1245: enable HTTPS-Only mode for local resources [FF77+] ***/
|
|
|
|
// user_pref("dom.security.https_only_mode.upgrade_local", true);
|
|
|
|
/* 1246: disable HTTP background requests [FF82+]
|
2022-01-11 10:21:37 +01:00
|
|
|
* When attempting to upgrade, if the server doesn't respond within 3 seconds, Firefox sends
|
|
|
|
* a top-level HTTP request without path in order to check if the server supports HTTPS or not
|
2020-11-22 18:59:44 +01:00
|
|
|
* This is done to avoid waiting for a timeout which takes 90 seconds
|
|
|
|
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1642387,1660945 ***/
|
|
|
|
user_pref("dom.security.https_only_mode_send_http_background_request", false);
|
2018-08-12 05:11:23 +02:00
|
|
|
|
2017-06-17 09:13:14 +02:00
|
|
|
/** UI (User Interface) ***/
|
2019-12-07 19:26:39 +01:00
|
|
|
/* 1270: display warning on the padlock for "broken security" (if 1201 is false)
|
|
|
|
* Bug: warning padlock not indicated for subresources on a secure page! [2]
|
|
|
|
* [1] https://wiki.mozilla.org/Security:Renegotiation
|
2021-01-22 13:10:15 +01:00
|
|
|
* [2] https://bugzilla.mozilla.org/1353705 ***/
|
2017-06-17 09:13:14 +02:00
|
|
|
user_pref("security.ssl.treat_unsafe_negotiation_as_broken", true);
|
|
|
|
/* 1272: display advanced information on Insecure Connection warning pages
|
|
|
|
* only works when it's possible to add an exception
|
2017-07-24 19:15:37 +02:00
|
|
|
* i.e. it doesn't work for HSTS discrepancies (https://subdomain.preloaded-hsts.badssl.com/)
|
2017-06-17 09:13:14 +02:00
|
|
|
* [TEST] https://expired.badssl.com/ ***/
|
|
|
|
user_pref("browser.xul.error_pages.expert_bad_cert", true);
|
|
|
|
|
2018-12-04 08:03:19 +01:00
|
|
|
/*** [SECTION 1400]: FONTS ***/
|
2017-09-16 00:28:22 +02:00
|
|
|
user_pref("_user.js.parrot", "1400 syntax error: the parrot's bereft of life!");
|
2021-11-16 12:56:20 +01:00
|
|
|
/* 1402: limit font visibility (Windows, Mac, some Linux) [FF94+]
|
2021-08-19 03:46:47 +02:00
|
|
|
* Uses hardcoded lists with two parts: kBaseFonts + kLangPackFonts [1], bundled fonts are auto-allowed
|
2021-11-16 12:56:20 +01:00
|
|
|
* In normal windows: uses the first applicable: RFP (4506) over TP over Standard
|
|
|
|
* In Private Browsing windows: uses the most restrictive between normal and private
|
2021-08-19 03:46:47 +02:00
|
|
|
* 1=only base system fonts, 2=also fonts from optional language packs, 3=also user-installed fonts
|
|
|
|
* [1] https://searchfox.org/mozilla-central/search?path=StandardFonts*.inc ***/
|
2021-11-16 12:56:20 +01:00
|
|
|
// user_pref("layout.css.font-visibility.private", 1);
|
|
|
|
// user_pref("layout.css.font-visibility.standard", 1);
|
|
|
|
// user_pref("layout.css.font-visibility.trackingprotection", 1);
|
2017-06-17 09:13:14 +02:00
|
|
|
|
2018-12-04 08:03:19 +01:00
|
|
|
/*** [SECTION 1600]: HEADERS / REFERERS
|
2021-08-10 02:18:19 +02:00
|
|
|
full URI: https://example.com:8888/foo/bar.html?id=1234
|
|
|
|
scheme+host+port+path: https://example.com:8888/foo/bar.html
|
|
|
|
scheme+host+port: https://example.com:8888
|
|
|
|
[1] https://feeding.cloud.geek.nz/posts/tweaking-referrer-for-privacy-in-firefox/
|
2018-08-28 09:57:21 +02:00
|
|
|
***/
|
2017-09-16 00:28:22 +02:00
|
|
|
user_pref("_user.js.parrot", "1600 syntax error: the parrot rests in peace!");
|
2021-08-28 07:48:54 +02:00
|
|
|
/* 1601: control when to send a cross-origin referer
|
2019-05-26 10:43:12 +02:00
|
|
|
* 0=always (default), 1=only if base domains match, 2=only if hosts match
|
2022-01-15 06:25:11 +01:00
|
|
|
* [SETUP-WEB] Breakage: older modems/routers and some sites e.g banks, vimeo, icloud, instagram
|
2022-02-13 12:15:00 +01:00
|
|
|
* If "2" is too strict, then override to "0" and use Smart Referer extension (Strict mode + add exceptions) ***/
|
2020-12-27 06:01:33 +01:00
|
|
|
user_pref("network.http.referer.XOriginPolicy", 2);
|
2021-08-28 07:48:54 +02:00
|
|
|
/* 1602: control the amount of cross-origin information to send [FF52+]
|
2018-11-04 15:44:20 +01:00
|
|
|
* 0=send full URI (default), 1=scheme+host+port+path, 2=scheme+host+port ***/
|
2020-12-27 06:01:33 +01:00
|
|
|
user_pref("network.http.referer.XOriginTrimmingPolicy", 2);
|
2017-06-17 09:13:14 +02:00
|
|
|
|
2022-06-12 15:38:27 +02:00
|
|
|
/*** [SECTION 1700]: CONTAINERS ***/
|
2017-09-16 00:28:22 +02:00
|
|
|
user_pref("_user.js.parrot", "1700 syntax error: the parrot's bit the dust!");
|
2021-09-10 15:07:04 +02:00
|
|
|
/* 1701: enable Container Tabs and its UI setting [FF50+]
|
2022-06-12 15:38:27 +02:00
|
|
|
* [SETTING] General>Tabs>Enable Container Tabs
|
|
|
|
* https://wiki.mozilla.org/Security/Contextual_Identity_Project/Containers ***/
|
2018-11-22 00:53:00 +01:00
|
|
|
user_pref("privacy.userContext.enabled", true);
|
2021-08-18 10:24:44 +02:00
|
|
|
user_pref("privacy.userContext.ui.enabled", true);
|
2022-02-13 12:15:00 +01:00
|
|
|
/* 1702: set behavior on "+ Tab" button to display container menu on left click [FF74+]
|
2020-03-12 06:23:57 +01:00
|
|
|
* [NOTE] The menu is always shown on long press and right click
|
|
|
|
* [SETTING] General>Tabs>Enable Container Tabs>Settings>Select a container for each new tab ***/
|
|
|
|
// user_pref("privacy.userContext.newTabContainerOnLeftClick.enabled", true);
|
2017-06-17 09:13:14 +02:00
|
|
|
|
2021-08-17 05:08:48 +02:00
|
|
|
/*** [SECTION 2000]: PLUGINS / MEDIA / WEBRTC ***/
|
2017-09-16 00:28:22 +02:00
|
|
|
user_pref("_user.js.parrot", "2000 syntax error: the parrot's snuffed it!");
|
2017-06-17 09:13:14 +02:00
|
|
|
/* 2001: disable WebRTC (Web Real-Time Communication)
|
2021-12-06 15:45:47 +01:00
|
|
|
* Firefox uses mDNS hostname obfuscation on desktop (except Windows7/8) and the
|
|
|
|
* private IP is NEVER exposed, except if required in TRUSTED scenarios; i.e. after
|
|
|
|
* you grant device (microphone or camera) access
|
|
|
|
* [SETUP-HARDEN] Test first. Windows7/8 users only: behind a proxy who never use WebRTC
|
2018-12-11 01:40:03 +01:00
|
|
|
* [TEST] https://browserleaks.com/webrtc
|
2021-12-06 15:45:47 +01:00
|
|
|
* [1] https://groups.google.com/g/discuss-webrtc/c/6stQXi72BEU/m/2FwZd24UAQAJ
|
|
|
|
* [2] https://datatracker.ietf.org/doc/html/draft-ietf-mmusic-mdns-ice-candidates#section-3.1.1 ***/
|
|
|
|
// user_pref("media.peerconnection.enabled", false);
|
|
|
|
/* 2002: force WebRTC inside the proxy [FF70+] ***/
|
|
|
|
user_pref("media.peerconnection.ice.proxy_only_if_behind_proxy", true);
|
|
|
|
/* 2003: force a single network interface for ICE candidates generation [FF42+]
|
|
|
|
* When using a system-wide proxy, it uses the proxy interface
|
|
|
|
* [1] https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidate
|
|
|
|
* [2] https://wiki.mozilla.org/Media/WebRTC/Privacy ***/
|
2018-12-12 14:02:38 +01:00
|
|
|
user_pref("media.peerconnection.ice.default_address_only", true);
|
2021-12-06 15:45:47 +01:00
|
|
|
/* 2004: force exclusion of private IPs from ICE candidates [FF51+]
|
|
|
|
* [SETUP-HARDEN] This will protect your private IP even in TRUSTED scenarios after you
|
|
|
|
* grant device access, but often results in breakage on video-conferencing platforms ***/
|
|
|
|
// user_pref("media.peerconnection.ice.no_host", true);
|
2021-08-17 05:08:48 +02:00
|
|
|
/* 2020: disable GMP (Gecko Media Plugins)
|
|
|
|
* [1] https://wiki.mozilla.org/GeckoMediaPlugins ***/
|
|
|
|
// user_pref("media.gmp-provider.enabled", false);
|
|
|
|
/* 2021: disable widevine CDM (Content Decryption Module)
|
|
|
|
* [NOTE] This is covered by the EME master switch (2022) ***/
|
|
|
|
// user_pref("media.gmp-widevinecdm.enabled", false);
|
|
|
|
/* 2022: disable all DRM content (EME: Encryption Media Extension)
|
2021-12-24 00:42:28 +01:00
|
|
|
* Optionally hide the setting which also disables the DRM prompt
|
2021-08-17 05:08:48 +02:00
|
|
|
* [SETUP-WEB] e.g. Netflix, Amazon Prime, Hulu, HBO, Disney+, Showtime, Starz, DirectTV
|
|
|
|
* [SETTING] General>DRM Content>Play DRM-controlled content
|
|
|
|
* [TEST] https://bitmovin.com/demos/drm
|
|
|
|
* [1] https://www.eff.org/deeplinks/2017/10/drms-dead-canary-how-we-just-lost-web-what-we-learned-it-and-what-we-need-do-next ***/
|
|
|
|
user_pref("media.eme.enabled", false);
|
2021-12-23 22:22:41 +01:00
|
|
|
// user_pref("browser.eme.ui.enabled", false);
|
2017-06-17 09:13:14 +02:00
|
|
|
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
/*** [SECTION 2400]: DOM (DOCUMENT OBJECT MODEL) ***/
|
2017-09-16 00:28:22 +02:00
|
|
|
user_pref("_user.js.parrot", "2400 syntax error: the parrot's kicked the bucket!");
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
/* 2402: prevent scripts from moving and resizing open windows ***/
|
2021-08-17 04:52:19 +02:00
|
|
|
user_pref("dom.disable_window_move_resize", true);
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
/* 2404: limit events that can cause a popup [SETUP-WEB] ***/
|
2021-08-17 04:52:19 +02:00
|
|
|
user_pref("dom.popup_allowed_events", "click dblclick mousedown pointerdown");
|
2017-06-17 09:13:14 +02:00
|
|
|
|
2018-12-04 08:03:19 +01:00
|
|
|
/*** [SECTION 2600]: MISCELLANEOUS ***/
|
2017-09-16 00:28:22 +02:00
|
|
|
user_pref("_user.js.parrot", "2600 syntax error: the parrot's run down the curtain!");
|
2018-05-07 18:13:53 +02:00
|
|
|
/* 2601: prevent accessibility services from accessing your browser [RESTART]
|
|
|
|
* [1] https://support.mozilla.org/kb/accessibility-services ***/
|
|
|
|
user_pref("accessibility.force_disabled", 1);
|
|
|
|
/* 2602: disable sending additional analytics to web servers
|
2017-08-31 07:27:04 +02:00
|
|
|
* [1] https://developer.mozilla.org/docs/Web/API/Navigator/sendBeacon ***/
|
2017-06-17 09:13:14 +02:00
|
|
|
user_pref("beacon.enabled", false);
|
2018-05-07 18:13:53 +02:00
|
|
|
/* 2603: remove temp files opened with an external application
|
2018-03-14 14:22:58 +01:00
|
|
|
* [1] https://bugzilla.mozilla.org/302433 ***/
|
2017-06-17 09:13:14 +02:00
|
|
|
user_pref("browser.helperApps.deleteTempFileOnExit", true);
|
2021-02-08 08:20:06 +01:00
|
|
|
/* 2604: disable page thumbnail collection ***/
|
2018-12-10 19:18:26 +01:00
|
|
|
user_pref("browser.pagethumbnails.capturing_disabled", true); // [HIDDEN PREF]
|
2018-05-07 18:13:53 +02:00
|
|
|
/* 2606: disable UITour backend so there is no chance that a remote page can use it ***/
|
|
|
|
user_pref("browser.uitour.enabled", false);
|
2022-11-21 01:36:37 +01:00
|
|
|
// user_pref("browser.uitour.url", ""); // Defense-in-depth
|
2020-09-05 17:20:46 +02:00
|
|
|
/* 2608: reset remote debugging to disabled
|
2020-06-24 19:26:25 +02:00
|
|
|
* [1] https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/16222 ***/
|
2020-06-01 17:27:38 +02:00
|
|
|
user_pref("devtools.debugger.remote-enabled", false); // [DEFAULT: false]
|
2018-05-07 18:13:53 +02:00
|
|
|
/* 2611: disable middle mouse click opening links from clipboard
|
2020-06-24 19:26:25 +02:00
|
|
|
* [1] https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/10089 ***/
|
2017-06-17 09:13:14 +02:00
|
|
|
user_pref("middlemouse.contentLoadURL", false);
|
2018-12-10 19:18:26 +01:00
|
|
|
/* 2615: disable websites overriding Firefox's keyboard shortcuts [FF58+]
|
2018-12-10 23:23:00 +01:00
|
|
|
* 0 (default) or 1=allow, 2=block
|
2021-02-24 23:10:29 +01:00
|
|
|
* [SETTING] to add site exceptions: Ctrl+I>Permissions>Override Keyboard Shortcuts ***/
|
2018-12-10 19:18:26 +01:00
|
|
|
// user_pref("permissions.default.shortcuts", 2);
|
|
|
|
/* 2616: remove special permissions for certain mozilla domains [FF35+]
|
2018-05-07 18:13:53 +02:00
|
|
|
* [1] resource://app/defaults/permissions ***/
|
|
|
|
user_pref("permissions.manager.defaultsUrl", "");
|
|
|
|
/* 2617: remove webchannel whitelist ***/
|
2017-06-17 09:13:14 +02:00
|
|
|
user_pref("webchannel.allowObject.urlWhitelist", "");
|
2021-07-20 04:51:52 +02:00
|
|
|
/* 2619: use Punycode in Internationalized Domain Names to eliminate possible spoofing
|
2019-12-18 08:46:44 +01:00
|
|
|
* [SETUP-WEB] Might be undesirable for non-latin alphabet users since legitimate IDN's are also punycoded
|
2017-06-17 09:13:14 +02:00
|
|
|
* [TEST] https://www.xn--80ak6aa92e.com/ (www.apple.com)
|
2018-05-06 18:57:00 +02:00
|
|
|
* [1] https://wiki.mozilla.org/IDN_Display_Algorithm
|
|
|
|
* [2] https://en.wikipedia.org/wiki/IDN_homograph_attack
|
2021-09-10 06:32:09 +02:00
|
|
|
* [3] https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=punycode+firefox
|
2018-05-06 18:57:00 +02:00
|
|
|
* [4] https://www.xudongz.com/blog/2017/idn-phishing/ ***/
|
2017-06-17 09:13:14 +02:00
|
|
|
user_pref("network.IDN_show_punycode", true);
|
2022-11-21 01:36:37 +01:00
|
|
|
/* 2620: enforce PDFJS, disable PDFJS scripting
|
2019-04-22 17:38:26 +02:00
|
|
|
* This setting controls if the option "Display in Firefox" is available in the setting below
|
2018-05-07 18:13:53 +02:00
|
|
|
* and by effect controls whether PDFs are handled in-browser or externally ("Ask" or "Open With")
|
2022-11-21 01:36:37 +01:00
|
|
|
* [WHY] pdfjs is lightweight, open source, and secure: the last exploit was June 2015 [1]
|
2018-05-07 18:13:53 +02:00
|
|
|
* It doesn't break "state separation" of browser content (by not sharing with OS, independent apps).
|
|
|
|
* It maintains disk avoidance and application data isolation. It's convenient. You can still save to disk.
|
2022-11-21 01:36:37 +01:00
|
|
|
* [NOTE] JS can still force a pdf to open in-browser by bundling its own code
|
|
|
|
* [SETUP-CHROME] You may prefer a different pdf reader for security/workflow reasons
|
|
|
|
* [SETTING] General>Applications>Portable Document Format (PDF)
|
|
|
|
* [1] https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=pdf.js+firefox ***/
|
2019-04-22 17:38:26 +02:00
|
|
|
user_pref("pdfjs.disabled", false); // [DEFAULT: false]
|
2021-04-23 16:25:54 +02:00
|
|
|
user_pref("pdfjs.enableScripting", false); // [FF86+]
|
2020-08-13 17:22:38 +02:00
|
|
|
/* 2621: disable links launching Windows Store on Windows 8/8.1/10 [WINDOWS] ***/
|
2019-02-07 15:41:23 +01:00
|
|
|
user_pref("network.protocol-handler.external.ms-windows-store", false);
|
2020-04-06 02:39:52 +02:00
|
|
|
/* 2623: disable permissions delegation [FF73+]
|
|
|
|
* Currently applies to cross-origin geolocation, camera, mic and screen-sharing
|
|
|
|
* permissions, and fullscreen requests. Disabling delegation means any prompts
|
|
|
|
* for these will show/use their correct 3rd party origin
|
2021-03-10 01:06:30 +01:00
|
|
|
* [1] https://groups.google.com/forum/#!topic/mozilla.dev.platform/BdFOMAuCGW8/discussion ***/
|
2020-04-06 02:39:52 +02:00
|
|
|
user_pref("permissions.delegation.enabled", false);
|
2018-05-06 18:57:00 +02:00
|
|
|
|
2018-05-05 20:14:57 +02:00
|
|
|
/** DOWNLOADS ***/
|
2021-07-20 04:51:52 +02:00
|
|
|
/* 2651: enable user interaction for security by always asking where to download
|
2019-09-12 18:22:09 +02:00
|
|
|
* [SETUP-CHROME] On Android this blocks longtapping and saving images
|
2018-08-09 05:30:57 +02:00
|
|
|
* [SETTING] General>Downloads>Always ask you where to save files ***/
|
2018-05-05 20:14:57 +02:00
|
|
|
user_pref("browser.download.useDownloadDir", false);
|
2021-11-25 07:49:38 +01:00
|
|
|
/* 2652: disable downloads panel opening on every download [FF96+] ***/
|
|
|
|
user_pref("browser.download.alwaysOpenPanel", false);
|
|
|
|
/* 2653: disable adding downloads to the system's "recent documents" list ***/
|
2018-05-05 20:14:57 +02:00
|
|
|
user_pref("browser.download.manager.addToRecentDocs", false);
|
2022-05-09 20:49:38 +02:00
|
|
|
/* 2654: enable user interaction for security by always asking how to handle new mimetypes [FF101+]
|
|
|
|
* [SETTING] General>Files and Applications>What should Firefox do with other files ***/
|
|
|
|
user_pref("browser.download.always_ask_before_handling_new_types", true);
|
2018-05-06 18:57:00 +02:00
|
|
|
|
2018-05-05 20:14:57 +02:00
|
|
|
/** EXTENSIONS ***/
|
2018-05-07 17:51:50 +02:00
|
|
|
/* 2660: lock down allowed extension directories
|
2019-05-23 23:11:45 +02:00
|
|
|
* [SETUP-CHROME] This will break extensions, language packs, themes and any other
|
|
|
|
* XPI files which are installed outside of profile and application directories
|
2018-05-05 20:14:57 +02:00
|
|
|
* [1] https://mike.kaply.com/2012/02/21/understanding-add-on-scopes/
|
2021-09-10 06:32:09 +02:00
|
|
|
* [1] https://archive.is/DYjAM (archived) ***/
|
2019-05-23 23:11:45 +02:00
|
|
|
user_pref("extensions.enabledScopes", 5); // [HIDDEN PREF]
|
|
|
|
user_pref("extensions.autoDisableScopes", 15); // [DEFAULT: 15]
|
2021-08-28 08:03:13 +02:00
|
|
|
/* 2661: disable bypassing 3rd party extension install prompts [FF82+]
|
|
|
|
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1659530,1681331 ***/
|
|
|
|
user_pref("extensions.postDownloadThirdPartyPrompt", false);
|
2020-03-27 17:20:41 +01:00
|
|
|
/* 2662: disable webextension restrictions on certain mozilla domains (you also need 4503) [FF60+]
|
2018-05-05 20:14:57 +02:00
|
|
|
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1384330,1406795,1415644,1453988 ***/
|
|
|
|
// user_pref("extensions.webextensions.restrictedDomains", "");
|
2018-05-06 18:57:00 +02:00
|
|
|
|
2021-12-09 15:13:39 +01:00
|
|
|
/*** [SECTION 2700]: ETP (ENHANCED TRACKING PROTECTION) ***/
|
2017-09-16 00:28:22 +02:00
|
|
|
user_pref("_user.js.parrot", "2700 syntax error: the parrot's joined the bleedin' choir invisible!");
|
2021-12-12 14:31:01 +01:00
|
|
|
/* 2701: enable ETP Strict Mode [FF86+]
|
2022-01-21 04:48:06 +01:00
|
|
|
* ETP Strict Mode enables Total Cookie Protection (TCP)
|
|
|
|
* [NOTE] Adding site exceptions disables all ETP protections for that site and increases the risk of
|
|
|
|
* cross-site state tracking e.g. exceptions for SiteA and SiteB means PartyC on both sites is shared
|
2021-12-09 15:13:39 +01:00
|
|
|
* [1] https://blog.mozilla.org/security/2021/02/23/total-cookie-protection/
|
turn ETP on everywhere
It literally cannot hurt [1], and makes it easier for users to use custom mode with TCP/dFPI. Turning on socialtracking helps gain parity with strict mode
[1] gorhill: https://old.reddit.com/r/firefox/comments/l7xetb/network_priority_for_firefoxs_enhanced_tracking/gl9rn9n/
> All extensions and ETP work in parallel, they all inspect network requests and all make the decision to block or not, hence if they all decide to block, they will all report that they block something. ETP is a bit different than normal extension in that it will give precedence to an extension trying to redirect to a local resource, this ensures ETP works harmoniously with normal extensions.
>
> Once something is not blocked, it then goes through a DNS query, and the browser waits for the response.
>
> I will add examples of how ETP + multiple blocker extensions work together when dealing with a network request; let's say "A" and "B" are two different blockers:
>
> - ETP=block, A=allow, B=allow: result=block
> - ETP=allow, A=block, B=allow: result=block
> - ETP=allow, A=allow, B=redirect: result=redirect
> - ETP=allow, A=block, B=redirect: result=block
> - ETP=block, A=allow, B=redirect: result=redirect
>
> So as you can see, ETP is a bit different than a normal extension in that it won't prevent redirection from happening if ever a network request is redirected by one of the normal extension.
2021-04-04 13:49:07 +02:00
|
|
|
* [SETTING] to add site exceptions: Urlbar>ETP Shield
|
|
|
|
* [SETTING] to manage site exceptions: Options>Privacy & Security>Enhanced Tracking Protection>Manage Exceptions ***/
|
2021-12-09 15:13:39 +01:00
|
|
|
user_pref("browser.contentblocking.category", "strict");
|
2022-01-21 04:48:06 +01:00
|
|
|
/* 2702: disable ETP web compat features [FF93+]
|
|
|
|
* [SETUP-HARDEN] Includes skip lists, heuristics (SmartBlock) and automatic grants
|
2022-07-02 02:43:25 +02:00
|
|
|
* Opener and redirect heuristics are granted for 30 days, see [3]
|
2022-01-21 04:48:06 +01:00
|
|
|
* [1] https://blog.mozilla.org/security/2021/07/13/smartblock-v2/
|
2022-02-13 12:15:00 +01:00
|
|
|
* [2] https://hg.mozilla.org/mozilla-central/rev/e5483fd469ab#l4.12
|
|
|
|
* [3] https://developer.mozilla.org/en-US/docs/Web/Privacy/State_Partitioning#storage_access_heuristics ***/
|
2022-01-21 04:48:06 +01:00
|
|
|
// user_pref("privacy.antitracking.enableWebcompat", false);
|
2021-12-12 14:51:25 +01:00
|
|
|
/* 2710: enable state partitioning of service workers [FF96+] ***/
|
2022-08-18 22:12:42 +02:00
|
|
|
user_pref("privacy.partition.serviceWorkers", true); // [DEFAULT: true FF105+]
|
2022-10-04 19:15:19 +02:00
|
|
|
/* 2720: enable APS (Always Partitioning Storage) ***/
|
2022-11-22 20:50:50 +01:00
|
|
|
user_pref("privacy.partition.always_partition_third_party_non_cookie_storage", true); // [FF104+] [DEFAULT: true FF109+]
|
2022-11-21 01:36:37 +01:00
|
|
|
user_pref("privacy.partition.always_partition_third_party_non_cookie_storage.exempt_sessionstorage", false); // [FF105+] [DEFAULT: false FF109+]
|
2017-06-17 09:13:14 +02:00
|
|
|
|
2021-11-22 06:40:49 +01:00
|
|
|
/*** [SECTION 2800]: SHUTDOWN & SANITIZING ***/
|
2017-09-16 00:28:22 +02:00
|
|
|
user_pref("_user.js.parrot", "2800 syntax error: the parrot's bleedin' demised!");
|
2022-08-17 21:24:38 +02:00
|
|
|
/* 2810: enable Firefox to clear items on shutdown
|
|
|
|
* [SETTING] Privacy & Security>History>Custom Settings>Clear history when Firefox closes | Settings ***/
|
2017-06-17 09:13:14 +02:00
|
|
|
user_pref("privacy.sanitize.sanitizeOnShutdown", true);
|
2022-08-17 21:24:38 +02:00
|
|
|
|
|
|
|
/** SANITIZE ON SHUTDOWN: IGNORES "ALLOW" SITE EXCEPTIONS ***/
|
2021-11-22 06:40:49 +01:00
|
|
|
/* 2811: set/enforce what items to clear on shutdown (if 2810 is true) [SETUP-CHROME]
|
2021-08-16 06:02:15 +02:00
|
|
|
* [NOTE] If "history" is true, downloads will also be cleared
|
2021-11-18 02:28:21 +01:00
|
|
|
* [NOTE] "sessions": Active Logins: refers to HTTP Basic Authentication [1], not logins via cookies
|
2021-08-16 06:02:15 +02:00
|
|
|
* [1] https://en.wikipedia.org/wiki/Basic_access_authentication ***/
|
2021-11-18 02:28:21 +01:00
|
|
|
user_pref("privacy.clearOnShutdown.cache", true); // [DEFAULT: true]
|
|
|
|
user_pref("privacy.clearOnShutdown.downloads", true); // [DEFAULT: true]
|
|
|
|
user_pref("privacy.clearOnShutdown.formdata", true); // [DEFAULT: true]
|
|
|
|
user_pref("privacy.clearOnShutdown.history", true); // [DEFAULT: true]
|
|
|
|
user_pref("privacy.clearOnShutdown.sessions", true); // [DEFAULT: true]
|
2022-08-17 21:24:38 +02:00
|
|
|
// user_pref("privacy.clearOnShutdown.siteSettings", false); // [DEFAULT: false]
|
|
|
|
/* 2812: set Session Restore to clear on shutdown (if 2810 is true) [FF34+]
|
|
|
|
* [NOTE] Not needed if Session Restore is not used (0102) or it is already cleared with history (2811)
|
|
|
|
* [NOTE] If true, this prevents resuming from crashes (also see 5008) ***/
|
|
|
|
// user_pref("privacy.clearOnShutdown.openWindows", true);
|
|
|
|
|
|
|
|
/** SANITIZE ON SHUTDOWN: RESPECTS "ALLOW" SITE EXCEPTIONS FF103+ ***/
|
|
|
|
/* 2815: set "Cookies" and "Site Data" to clear on shutdown (if 2810 is true) [SETUP-CHROME]
|
|
|
|
* [NOTE] Exceptions: A "cookie" block permission also controls "offlineApps" (see note below).
|
|
|
|
* serviceWorkers require an "Allow" permission. For cross-domain logins, add exceptions for
|
|
|
|
* both sites e.g. https://www.youtube.com (site) + https://accounts.google.com (single sign on)
|
|
|
|
* [NOTE] "offlineApps": Offline Website Data: localStorage, service worker cache, QuotaManager (IndexedDB, asm-cache)
|
|
|
|
* [WARNING] Be selective with what sites you "Allow", as they also disable partitioning (1767271)
|
|
|
|
* [SETTING] to add site exceptions: Ctrl+I>Permissions>Cookies>Allow (when on the website in question)
|
|
|
|
* [SETTING] to manage site exceptions: Options>Privacy & Security>Permissions>Settings ***/
|
|
|
|
user_pref("privacy.clearOnShutdown.cookies", true); // Cookies
|
|
|
|
user_pref("privacy.clearOnShutdown.offlineApps", true); // Site Data
|
|
|
|
/* 2816: set cache to clear on exit [FF96+]
|
|
|
|
* [NOTE] We already disable disk cache (1001) and clear on exit (2811) which is more robust
|
|
|
|
* [1] https://bugzilla.mozilla.org/1671182 ***/
|
|
|
|
// user_pref("privacy.clearsitedata.cache.enabled", true);
|
2022-07-02 02:43:25 +02:00
|
|
|
|
2022-08-17 21:24:38 +02:00
|
|
|
/** SANITIZE MANUAL: IGNORES "ALLOW" SITE EXCEPTIONS ***/
|
2022-07-02 02:43:25 +02:00
|
|
|
/* 2820: reset default items to clear with Ctrl-Shift-Del [SETUP-CHROME]
|
2017-06-17 09:13:14 +02:00
|
|
|
* This dialog can also be accessed from the menu History>Clear Recent History
|
2021-08-16 06:02:15 +02:00
|
|
|
* Firefox remembers your last choices. This will reset them when you start Firefox
|
|
|
|
* [NOTE] Regardless of what you set "downloads" to, as soon as the dialog
|
|
|
|
* for "Clear Recent History" is opened, it is synced to the same as "history" ***/
|
2021-11-18 02:28:21 +01:00
|
|
|
user_pref("privacy.cpd.cache", true); // [DEFAULT: true]
|
|
|
|
user_pref("privacy.cpd.formdata", true); // [DEFAULT: true]
|
|
|
|
user_pref("privacy.cpd.history", true); // [DEFAULT: true]
|
|
|
|
user_pref("privacy.cpd.sessions", true); // [DEFAULT: true]
|
2021-12-05 20:49:32 +01:00
|
|
|
user_pref("privacy.cpd.offlineApps", false); // [DEFAULT: false]
|
2021-11-22 06:40:49 +01:00
|
|
|
user_pref("privacy.cpd.cookies", false);
|
2017-06-17 09:13:14 +02:00
|
|
|
// user_pref("privacy.cpd.downloads", true); // not used, see note above
|
2022-08-17 21:24:38 +02:00
|
|
|
// user_pref("privacy.cpd.openWindows", false); // Session Restore
|
2022-07-18 12:38:43 +02:00
|
|
|
// user_pref("privacy.cpd.passwords", false);
|
|
|
|
// user_pref("privacy.cpd.siteSettings", false);
|
2022-07-02 02:43:25 +02:00
|
|
|
/* 2822: reset default "Time range to clear" for "Clear Recent History" (2820)
|
2021-08-16 06:02:15 +02:00
|
|
|
* Firefox remembers your last choice. This will reset the value when you start Firefox
|
|
|
|
* 0=everything, 1=last hour, 2=last two hours, 3=last four hours, 4=today
|
|
|
|
* [NOTE] Values 5 (last 5 minutes) and 6 (last 24 hours) are not listed in the dropdown,
|
|
|
|
* which will display a blank value, and are not guaranteed to work ***/
|
2017-06-17 09:13:14 +02:00
|
|
|
user_pref("privacy.sanitize.timeSpan", 0);
|
|
|
|
|
2018-12-04 09:27:52 +01:00
|
|
|
/*** [SECTION 4500]: RFP (RESIST FINGERPRINTING)
|
2020-10-20 13:58:20 +02:00
|
|
|
RFP covers a wide range of ongoing fingerprinting solutions.
|
|
|
|
It is an all-or-nothing buy in: you cannot pick and choose what parts you want
|
2017-09-14 05:57:42 +02:00
|
|
|
|
2021-07-08 09:08:38 +02:00
|
|
|
[WARNING] DO NOT USE extensions to alter RFP protected metrics
|
2017-09-14 05:57:42 +02:00
|
|
|
|
2021-09-07 15:35:32 +02:00
|
|
|
418986 - limit window.screen & CSS media queries (FF41)
|
2020-09-11 23:55:12 +02:00
|
|
|
[TEST] https://arkenfox.github.io/TZP/tzp.html#screen
|
2021-09-07 15:35:32 +02:00
|
|
|
1281949 - spoof screen orientation (FF50)
|
|
|
|
1330890 - spoof timezone as UTC0 (FF55)
|
|
|
|
1360039 - spoof navigator.hardwareConcurrency as 2 (FF55)
|
|
|
|
FF56
|
2021-08-18 10:24:44 +02:00
|
|
|
1369303 - spoof/disable performance API
|
|
|
|
1333651 - spoof User Agent & Navigator API
|
2022-11-06 14:28:40 +01:00
|
|
|
version: android version spoofed as ESR
|
2022-06-12 15:38:27 +02:00
|
|
|
OS: JS spoofed as Windows 10, OS 10.15, Android 10, or Linux | HTTP Headers spoofed as Windows or Android
|
2021-08-18 10:24:44 +02:00
|
|
|
1369319 - disable device sensor API
|
|
|
|
1369357 - disable site specific zoom
|
|
|
|
1337161 - hide gamepads from content
|
|
|
|
1372072 - spoof network information API as "unknown" when dom.netinfo.enabled = true
|
|
|
|
1333641 - reduce fingerprinting in WebSpeech API
|
2021-09-07 15:35:32 +02:00
|
|
|
FF57
|
2021-08-18 10:24:44 +02:00
|
|
|
1369309 - spoof media statistics
|
|
|
|
1382499 - reduce screen co-ordinate fingerprinting in Touch API
|
2021-07-24 03:56:46 +02:00
|
|
|
1217290 & 1409677 - enable some fingerprinting resistance for WebGL
|
2020-10-20 13:58:20 +02:00
|
|
|
1382545 - reduce fingerprinting in Animation API
|
|
|
|
1354633 - limit MediaError.message to a whitelist
|
2022-11-06 14:28:40 +01:00
|
|
|
FF58+
|
2021-09-07 15:35:32 +02:00
|
|
|
1372073 - spoof/block fingerprinting in MediaDevices API (FF59)
|
2021-08-18 10:24:44 +02:00
|
|
|
Spoof: enumerate devices as one "Internal Camera" and one "Internal Microphone"
|
|
|
|
Block: suppresses the ondevicechange event
|
2021-09-07 15:35:32 +02:00
|
|
|
1039069 - warn when language prefs are not set to "en*" (also see 0210, 0211) (FF59)
|
|
|
|
1222285 & 1433592 - spoof keyboard events and suppress keyboard modifier events (FF59)
|
2018-01-18 03:55:57 +01:00
|
|
|
Spoofing mimics the content language of the document. Currently it only supports en-US.
|
2018-03-27 19:03:36 +02:00
|
|
|
Modifier events suppressed are SHIFT and both ALT keys. Chrome is not affected.
|
2021-09-07 15:35:32 +02:00
|
|
|
1337157 - disable WebGL debug renderer info (FF60)
|
|
|
|
1459089 - disable OS locale in HTTP Accept-Language headers (ANDROID) (FF62)
|
|
|
|
1479239 - return "no-preference" with prefers-reduced-motion (FF63)
|
|
|
|
1363508 - spoof/suppress Pointer Events (FF64)
|
|
|
|
1492766 - spoof pointerEvent.pointerid (FF65)
|
|
|
|
1485266 - disable exposure of system colors to CSS or canvas (FF67)
|
|
|
|
1494034 - return "light" with prefers-color-scheme (FF67)
|
|
|
|
1564422 - spoof audioContext outputLatency (FF70)
|
|
|
|
1595823 - return audioContext sampleRate as 44100 (FF72)
|
|
|
|
1607316 - spoof pointer as coarse and hover as none (ANDROID) (FF74)
|
|
|
|
1621433 - randomize canvas (previously FF58+ returned an all-white canvas) (FF78)
|
|
|
|
1653987 - limit font visibility to bundled and "Base Fonts" (Windows, Mac, some Linux) (FF80)
|
|
|
|
1461454 - spoof smooth=true and powerEfficient=false for supported media in MediaCapabilities (FF82)
|
|
|
|
531915 - use fdlibm's sin, cos and tan in jsmath (FF93, ESR91.1)
|
2022-04-08 23:30:22 +02:00
|
|
|
1756280 - enforce navigator.pdfViewerEnabled as true and plugins/mimeTypes as hard-coded values (FF100)
|
2022-11-06 14:28:40 +01:00
|
|
|
1692609 - reduce JS timing precision to 16.67ms (previously FF55+ was 100ms) (FF102)
|
2017-09-14 05:57:42 +02:00
|
|
|
***/
|
2017-09-16 00:28:22 +02:00
|
|
|
user_pref("_user.js.parrot", "4500 syntax error: the parrot's popped 'is clogs");
|
2018-12-10 19:18:26 +01:00
|
|
|
/* 4501: enable privacy.resistFingerprinting [FF41+]
|
2021-08-16 06:22:46 +02:00
|
|
|
* [SETUP-WEB] RFP can cause some website breakage: mainly canvas, use a site exception via the urlbar
|
2021-08-16 06:02:15 +02:00
|
|
|
* RFP also has a few side effects: mainly timezone is UTC0, and websites will prefer light theme
|
2018-03-14 14:22:58 +01:00
|
|
|
* [1] https://bugzilla.mozilla.org/418986 ***/
|
2018-12-10 19:18:26 +01:00
|
|
|
user_pref("privacy.resistFingerprinting", true);
|
2021-12-04 11:23:59 +01:00
|
|
|
/* 4502: set new window size rounding max values [FF55+]
|
|
|
|
* [SETUP-CHROME] sizes round down in hundreds: width to 200s and height to 100s, to fit your screen
|
2020-12-06 22:09:07 +01:00
|
|
|
* [1] https://bugzilla.mozilla.org/1330882 ***/
|
2021-12-04 11:23:59 +01:00
|
|
|
user_pref("privacy.window.maxInnerWidth", 1600);
|
|
|
|
user_pref("privacy.window.maxInnerHeight", 900);
|
2018-12-10 19:18:26 +01:00
|
|
|
/* 4503: disable mozAddonManager Web API [FF57+]
|
2020-10-20 13:58:20 +02:00
|
|
|
* [NOTE] To allow extensions to work on AMO, you also need 2662
|
2018-05-04 23:18:45 +02:00
|
|
|
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1384330,1406795,1415644,1453988 ***/
|
2018-12-10 19:18:26 +01:00
|
|
|
user_pref("privacy.resistFingerprinting.block_mozAddonManager", true); // [HIDDEN PREF]
|
2019-03-16 23:34:45 +01:00
|
|
|
/* 4504: enable RFP letterboxing [FF67+]
|
2020-12-07 20:34:14 +01:00
|
|
|
* Dynamically resizes the inner window by applying margins in stepped ranges [2]
|
2021-08-16 06:02:15 +02:00
|
|
|
* If you use the dimension pref, then it will only apply those resolutions.
|
|
|
|
* The format is "width1xheight1, width2xheight2, ..." (e.g. "800x600, 1000x1000")
|
|
|
|
* [SETUP-WEB] This is independent of RFP (4501). If you're not using RFP, or you are but
|
|
|
|
* dislike the margins, then flip this pref, keeping in mind that it is effectively fingerprintable
|
2021-07-08 09:08:38 +02:00
|
|
|
* [WARNING] DO NOT USE: the dimension pref is only meant for testing
|
2020-10-20 13:58:20 +02:00
|
|
|
* [1] https://bugzilla.mozilla.org/1407366
|
|
|
|
* [2] https://hg.mozilla.org/mozilla-central/rev/6d2d7856e468#l2.32 ***/
|
2019-03-16 23:34:45 +01:00
|
|
|
user_pref("privacy.resistFingerprinting.letterboxing", true); // [HIDDEN PREF]
|
|
|
|
// user_pref("privacy.resistFingerprinting.letterboxing.dimensions", ""); // [HIDDEN PREF]
|
2021-07-08 09:08:38 +02:00
|
|
|
/* 4505: experimental RFP [FF91+]
|
|
|
|
* [WARNING] DO NOT USE unless testing, see [1] comment 12
|
|
|
|
* [1] https://bugzilla.mozilla.org/1635603 ***/
|
|
|
|
// user_pref("privacy.resistFingerprinting.exemptedDomains", "*.example.invalid");
|
|
|
|
// user_pref("privacy.resistFingerprinting.testGranularityMask", 0);
|
2021-11-16 12:56:20 +01:00
|
|
|
/* 4506: set RFP's font visibility level (1402) [FF94+] ***/
|
2021-12-23 07:36:39 +01:00
|
|
|
// user_pref("layout.css.font-visibility.resistFingerprinting", 1); // [DEFAULT: 1]
|
2021-11-16 12:56:20 +01:00
|
|
|
/* 4507: disable showing about:blank as soon as possible during startup [FF60+]
|
2020-10-20 13:58:20 +02:00
|
|
|
* When default true this no longer masks the RFP chrome resizing activity
|
2018-09-09 22:43:56 +02:00
|
|
|
* [1] https://bugzilla.mozilla.org/1448423 ***/
|
2018-09-08 19:23:48 +02:00
|
|
|
user_pref("browser.startup.blankWindow", false);
|
2021-11-04 23:38:16 +01:00
|
|
|
/* 4510: disable using system colors
|
2021-09-25 04:32:48 +02:00
|
|
|
* [SETTING] General>Language and Appearance>Fonts and Colors>Colors>Use system colors ***/
|
2022-08-17 21:24:38 +02:00
|
|
|
user_pref("browser.display.use_system_colors", false); // [DEFAULT: false NON-WINDOWS]
|
2021-09-25 04:32:48 +02:00
|
|
|
/* 4511: enforce non-native widget theme
|
|
|
|
* Security: removes/reduces system API calls, e.g. win32k API [1]
|
|
|
|
* Fingerprinting: provides a uniform look and feel across platforms [2]
|
|
|
|
* [1] https://bugzilla.mozilla.org/1381938
|
|
|
|
* [2] https://bugzilla.mozilla.org/1411425 ***/
|
2021-10-25 19:41:16 +02:00
|
|
|
user_pref("widget.non-native-theme.enabled", true); // [DEFAULT: true]
|
2021-10-05 05:04:14 +02:00
|
|
|
/* 4512: enforce links targeting new windows to open in a new tab instead
|
|
|
|
* 1=most recent window or tab, 2=new window, 3=new tab
|
2021-09-25 04:32:48 +02:00
|
|
|
* Stops malicious window sizes and some screen resolution leaks.
|
|
|
|
* You can still right-click a link and open in a new window
|
2021-10-05 05:04:14 +02:00
|
|
|
* [SETTING] General>Tabs>Open links in tabs instead of new windows
|
2021-09-25 04:32:48 +02:00
|
|
|
* [TEST] https://arkenfox.github.io/TZP/tzp.html#screen
|
|
|
|
* [1] https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/9881 ***/
|
2021-10-05 05:04:14 +02:00
|
|
|
user_pref("browser.link.open_newwindow", 3); // [DEFAULT: 3]
|
|
|
|
/* 4513: set all open window methods to abide by "browser.link.open_newwindow" (4512)
|
|
|
|
* [1] https://searchfox.org/mozilla-central/source/dom/tests/browser/browser_test_new_window_from_content.js ***/
|
2021-09-25 04:32:48 +02:00
|
|
|
user_pref("browser.link.open_newwindow.restriction", 0);
|
2021-10-05 05:04:14 +02:00
|
|
|
/* 4520: disable WebGL (Web Graphics Library)
|
2022-02-13 12:15:00 +01:00
|
|
|
* [SETUP-WEB] If you need it then override it. RFP still randomizes canvas for naive scripts ***/
|
2021-09-25 04:32:48 +02:00
|
|
|
user_pref("webgl.disabled", true);
|
2017-09-14 05:57:42 +02:00
|
|
|
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
/*** [SECTION 5000]: OPTIONAL OPSEC
|
|
|
|
Disk avoidance, application data isolation, eyeballs...
|
|
|
|
***/
|
2021-08-23 06:40:29 +02:00
|
|
|
user_pref("_user.js.parrot", "5000 syntax error: the parrot's taken 'is last bow");
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
/* 5001: start Firefox in PB (Private Browsing) mode
|
|
|
|
* [NOTE] In this mode all windows are "private windows" and the PB mode icon is not displayed
|
|
|
|
* [NOTE] The P in PB mode can be misleading: it means no "persistent" disk state such as history,
|
|
|
|
* caches, searches, cookies, localStorage, IndexedDB etc (which you can achieve in normal mode).
|
|
|
|
* In fact, PB mode limits or removes the ability to control some of these, and you need to quit
|
|
|
|
* Firefox to clear them. PB is best used as a one off window (Menu>New Private Window) to provide
|
|
|
|
* a temporary self-contained new session. Close all Private Windows to clear the PB mode session.
|
|
|
|
* [SETTING] Privacy & Security>History>Custom Settings>Always use private browsing mode
|
|
|
|
* [1] https://wiki.mozilla.org/Private_Browsing
|
|
|
|
* [2] https://support.mozilla.org/kb/common-myths-about-private-browsing ***/
|
|
|
|
// user_pref("browser.privatebrowsing.autostart", true);
|
|
|
|
/* 5002: disable memory cache
|
|
|
|
* capacity: -1=determine dynamically (default), 0=none, n=memory capacity in kibibytes ***/
|
|
|
|
// user_pref("browser.cache.memory.enable", false);
|
|
|
|
// user_pref("browser.cache.memory.capacity", 0);
|
|
|
|
/* 5003: disable saving passwords
|
|
|
|
* [NOTE] This does not clear any passwords already saved
|
|
|
|
* [SETTING] Privacy & Security>Logins and Passwords>Ask to save logins and passwords for websites ***/
|
|
|
|
// user_pref("signon.rememberSignons", false);
|
|
|
|
/* 5004: disable permissions manager from writing to disk [FF41+] [RESTART]
|
|
|
|
* [NOTE] This means any permission changes are session only
|
|
|
|
* [1] https://bugzilla.mozilla.org/967812 ***/
|
|
|
|
// user_pref("permissions.memory_only", true); // [HIDDEN PREF]
|
|
|
|
/* 5005: disable intermediate certificate caching [FF41+] [RESTART]
|
|
|
|
* [NOTE] This affects login/cert/key dbs. The effect is all credentials are session-only.
|
|
|
|
* Saved logins and passwords are not available. Reset the pref and restart to return them ***/
|
2022-11-21 01:36:37 +01:00
|
|
|
// user_pref("security.nocertdb", true);
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
/* 5006: disable favicons in history and bookmarks
|
|
|
|
* [NOTE] Stored as data blobs in favicons.sqlite, these don't reveal anything that your
|
|
|
|
* actual history (and bookmarks) already do. Your history is more detailed, so
|
2021-11-22 06:40:49 +01:00
|
|
|
* control that instead; e.g. disable history, clear history on exit, use PB mode
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
* [NOTE] favicons.sqlite is sanitized on Firefox close ***/
|
|
|
|
// user_pref("browser.chrome.site_icons", false);
|
|
|
|
/* 5007: exclude "Undo Closed Tabs" in Session Restore ***/
|
|
|
|
// user_pref("browser.sessionstore.max_tabs_undo", 0);
|
2022-07-18 12:38:43 +02:00
|
|
|
/* 5008: disable resuming session from crash
|
|
|
|
* [TEST] about:crashparent ***/
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
// user_pref("browser.sessionstore.resume_from_crash", false);
|
|
|
|
/* 5009: disable "open with" in download dialog [FF50+]
|
|
|
|
* Application data isolation [1]
|
|
|
|
* [1] https://bugzilla.mozilla.org/1281959 ***/
|
|
|
|
// user_pref("browser.download.forbid_open_with", true);
|
|
|
|
/* 5010: disable location bar suggestion types
|
|
|
|
* [SETTING] Privacy & Security>Address Bar>When using the address bar, suggest ***/
|
|
|
|
// user_pref("browser.urlbar.suggest.history", false);
|
|
|
|
// user_pref("browser.urlbar.suggest.bookmark", false);
|
|
|
|
// user_pref("browser.urlbar.suggest.openpage", false);
|
|
|
|
// user_pref("browser.urlbar.suggest.topsites", false); // [FF78+]
|
|
|
|
/* 5011: disable location bar dropdown
|
|
|
|
* This value controls the total number of entries to appear in the location bar dropdown ***/
|
|
|
|
// user_pref("browser.urlbar.maxRichResults", 0);
|
|
|
|
/* 5012: disable location bar autofill
|
|
|
|
* [1] https://support.mozilla.org/kb/address-bar-autocomplete-firefox#w_url-autocomplete ***/
|
|
|
|
// user_pref("browser.urlbar.autoFill", false);
|
|
|
|
/* 5013: disable browsing and download history
|
2021-11-22 06:40:49 +01:00
|
|
|
* [NOTE] We also clear history and downloads on exit (2811)
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
* [SETTING] Privacy & Security>History>Custom Settings>Remember browsing and download history ***/
|
|
|
|
// user_pref("places.history.enabled", false);
|
|
|
|
/* 5014: disable Windows jumplist [WINDOWS] ***/
|
|
|
|
// user_pref("browser.taskbar.lists.enabled", false);
|
|
|
|
// user_pref("browser.taskbar.lists.frequent.enabled", false);
|
|
|
|
// user_pref("browser.taskbar.lists.recent.enabled", false);
|
|
|
|
// user_pref("browser.taskbar.lists.tasks.enabled", false);
|
|
|
|
/* 5015: disable Windows taskbar preview [WINDOWS] ***/
|
|
|
|
// user_pref("browser.taskbar.previews.enable", false); // [DEFAULT: false]
|
|
|
|
/* 5016: discourage downloading to desktop
|
|
|
|
* 0=desktop, 1=downloads (default), 2=last used
|
|
|
|
* [SETTING] To set your default "downloads": General>Downloads>Save files to ***/
|
|
|
|
// user_pref("browser.download.folderList", 2);
|
2022-08-23 19:51:35 +02:00
|
|
|
/* 5017: disable Form Autofill
|
|
|
|
* If .supportedCountries includes your region (browser.search.region) and .supported
|
|
|
|
* is "detect" (default), then the UI will show. Stored data is not secure, uses JSON
|
|
|
|
* [NOTE] Heuristics controls Form Autofill on forms without @autocomplete attributes
|
|
|
|
* [SETTING] Privacy & Security>Forms and Autofill>Autofill addresses
|
|
|
|
* [1] https://wiki.mozilla.org/Firefox/Features/Form_Autofill ***/
|
|
|
|
// user_pref("extensions.formautofill.addresses.enabled", false); // [FF55+]
|
|
|
|
// user_pref("extensions.formautofill.creditCards.enabled", false); // [FF56+]
|
|
|
|
// user_pref("extensions.formautofill.heuristics.enabled", false); // [FF55+]
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
|
|
|
|
/*** [SECTION 5500]: OPTIONAL HARDENING
|
2022-02-13 12:15:00 +01:00
|
|
|
Not recommended. Overriding these can cause breakage and performance issues,
|
|
|
|
they are mostly fingerprintable, and the threat model is practically nonexistent
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
***/
|
|
|
|
user_pref("_user.js.parrot", "5500 syntax error: this is an ex-parrot!");
|
|
|
|
/* 5501: disable MathML (Mathematical Markup Language) [FF51+]
|
|
|
|
* [1] https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=mathml ***/
|
|
|
|
// user_pref("mathml.disabled", true); // 1173199
|
|
|
|
/* 5502: disable in-content SVG (Scalable Vector Graphics) [FF53+]
|
|
|
|
* [1] https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=firefox+svg ***/
|
|
|
|
// user_pref("svg.disabled", true); // 1216893
|
|
|
|
/* 5503: disable graphite
|
|
|
|
* [1] https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=firefox+graphite
|
|
|
|
* [2] https://en.wikipedia.org/wiki/Graphite_(SIL) ***/
|
|
|
|
// user_pref("gfx.font_rendering.graphite.enabled", false);
|
|
|
|
/* 5504: disable asm.js [FF22+]
|
|
|
|
* [1] http://asmjs.org/
|
|
|
|
* [2] https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=asm.js
|
|
|
|
* [3] https://rh0dev.github.io/blog/2017/the-return-of-the-jit/ ***/
|
|
|
|
// user_pref("javascript.options.asmjs", false);
|
|
|
|
/* 5505: disable Ion and baseline JIT to harden against JS exploits
|
2021-11-28 10:01:39 +01:00
|
|
|
* [NOTE] When both Ion and JIT are disabled, and trustedprincipals
|
|
|
|
* is enabled, then Ion can still be used by extensions (1599226)
|
|
|
|
* [1] https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=firefox+jit
|
|
|
|
* [2] https://microsoftedge.github.io/edgevr/posts/Super-Duper-Secure-Mode/ ***/
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
// user_pref("javascript.options.ion", false);
|
|
|
|
// user_pref("javascript.options.baselinejit", false);
|
|
|
|
// user_pref("javascript.options.jit_trustedprincipals", true); // [FF75+] [HIDDEN PREF]
|
|
|
|
/* 5506: disable WebAssembly [FF52+]
|
|
|
|
* Vulnerabilities [1] have increasingly been found, including those known and fixed
|
|
|
|
* in native programs years ago [2]. WASM has powerful low-level access, making
|
|
|
|
* certain attacks (brute-force) and vulnerabilities more possible
|
|
|
|
* [STATS] ~0.2% of websites, about half of which are for crytopmining / malvertising [2][3]
|
|
|
|
* [1] https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=wasm
|
|
|
|
* [2] https://spectrum.ieee.org/tech-talk/telecom/security/more-worries-over-the-security-of-web-assembly
|
|
|
|
* [3] https://www.zdnet.com/article/half-of-the-websites-using-webassembly-use-it-for-malicious-purposes ***/
|
|
|
|
// user_pref("javascript.options.wasm", false);
|
2022-08-22 18:02:07 +02:00
|
|
|
/* 5507: disable rendering of SVG OpenType fonts ***/
|
|
|
|
// user_pref("gfx.font_rendering.opentype_svg.enabled", false);
|
2021-08-23 06:40:29 +02:00
|
|
|
|
|
|
|
/*** [SECTION 6000]: DON'T TOUCH ***/
|
|
|
|
user_pref("_user.js.parrot", "6000 syntax error: the parrot's 'istory!");
|
|
|
|
/* 6001: enforce Firefox blocklist
|
|
|
|
* [WHY] It includes updates for "revoked certificates"
|
|
|
|
* [1] https://blog.mozilla.org/security/2015/03/03/revoking-intermediate-certificates-introducing-onecrl/ ***/
|
|
|
|
user_pref("extensions.blocklist.enabled", true); // [DEFAULT: true]
|
|
|
|
/* 6002: enforce no referer spoofing
|
|
|
|
* [WHY] Spoofing can affect CSRF (Cross-Site Request Forgery) protections ***/
|
|
|
|
user_pref("network.http.referer.spoofSource", false); // [DEFAULT: false]
|
|
|
|
/* 6004: enforce a security delay on some confirmation dialogs such as install, open/save
|
|
|
|
* [1] https://www.squarefree.com/2004/07/01/race-conditions-in-security-dialogs/ ***/
|
|
|
|
user_pref("security.dialog_enable_delay", 1000); // [DEFAULT: 1000]
|
2021-12-09 15:13:39 +01:00
|
|
|
/* 6008: enforce no First Party Isolation [FF51+]
|
2021-12-09 17:14:36 +01:00
|
|
|
* [WARNING] Replaced with network partitioning (FF85+) and TCP (2701),
|
|
|
|
* and enabling FPI disables those. FPI is no longer maintained ***/
|
2021-12-09 15:13:39 +01:00
|
|
|
user_pref("privacy.firstparty.isolate", false); // [DEFAULT: false]
|
2021-12-12 14:51:25 +01:00
|
|
|
/* 6009: enforce SmartBlock shims [FF81+]
|
|
|
|
* In FF96+ these are listed in about:compat
|
|
|
|
* [1] https://blog.mozilla.org/security/2021/03/23/introducing-smartblock/ ***/
|
|
|
|
user_pref("extensions.webcompat.enable_shims", true); // [DEFAULT: true]
|
2021-12-30 04:15:56 +01:00
|
|
|
/* 6010: enforce/reset TLS 1.0/1.1 downgrades to session only
|
|
|
|
* [NOTE] In FF97+ the TLS 1.0/1.1 downgrade UX was removed
|
|
|
|
* [TEST] https://tls-v1-1.badssl.com:1010/ ***/
|
|
|
|
user_pref("security.tls.version.enable-deprecated", false); // [DEFAULT: false]
|
2022-01-07 18:29:26 +01:00
|
|
|
/* 6011: enforce disabling of Web Compatibility Reporter [FF56+]
|
|
|
|
* Web Compatibility Reporter adds a "Report Site Issue" button to send data to Mozilla
|
|
|
|
* [WHY] To prevent wasting Mozilla's time with a custom setup ***/
|
|
|
|
user_pref("extensions.webcompat-reporter.enabled", false); // [DEFAULT: false]
|
2022-11-06 14:28:40 +01:00
|
|
|
/* 6050: prefsCleaner: reset items removed from arkenfox FF102+ ***/
|
2022-10-04 19:15:19 +02:00
|
|
|
// user_pref("browser.newtab.preload", "");
|
|
|
|
// user_pref("browser.newtabpage.activity-stream.feeds.discoverystreamfeed", "");
|
|
|
|
// user_pref("browser.newtabpage.activity-stream.feeds.snippets", "");
|
2022-11-06 14:28:40 +01:00
|
|
|
// user_pref("browser.ssl_override_behavior", "");
|
|
|
|
// user_pref("devtools.chrome.enabled", "");
|
|
|
|
// user_pref("dom.disable_beforeunload", "");
|
2022-11-21 01:36:37 +01:00
|
|
|
// user_pref("dom.disable_open_during_load", "");
|
2022-08-23 18:53:27 +02:00
|
|
|
// user_pref("extensions.formautofill.available", "");
|
2022-08-23 19:29:47 +02:00
|
|
|
// user_pref("extensions.formautofill.addresses.supported", "");
|
2022-08-23 18:53:27 +02:00
|
|
|
// user_pref("extensions.formautofill.creditCards.available", "");
|
2022-08-23 19:29:47 +02:00
|
|
|
// user_pref("extensions.formautofill.creditCards.supported", "");
|
2021-08-23 06:40:29 +02:00
|
|
|
|
2021-08-22 18:23:51 +02:00
|
|
|
/*** [SECTION 7000]: DON'T BOTHER ***/
|
2021-08-23 05:39:15 +02:00
|
|
|
user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies!");
|
2021-08-19 16:44:06 +02:00
|
|
|
/* 7001: disable APIs
|
2022-11-06 14:28:40 +01:00
|
|
|
* Location-Aware Browsing, Full Screen, offline cache (appCache)
|
|
|
|
* [WHY] The API state is easily fingerprintable. Geo is behind a prompt (7002).
|
2021-08-19 17:26:22 +02:00
|
|
|
* appCache storage capability was removed in FF90. Full screen requires user interaction ***/
|
2021-08-19 16:44:06 +02:00
|
|
|
// user_pref("geo.enabled", false);
|
|
|
|
// user_pref("full-screen-api.enabled", false);
|
|
|
|
// user_pref("browser.cache.offline.enable", false);
|
|
|
|
/* 7002: set default permissions
|
|
|
|
* Location, Camera, Microphone, Notifications [FF58+] Virtual Reality [FF73+]
|
|
|
|
* 0=always ask (default), 1=allow, 2=block
|
|
|
|
* [WHY] These are fingerprintable via Permissions API, except VR. Just add site
|
2021-08-20 04:52:55 +02:00
|
|
|
* exceptions as allow/block for frequently visited/annoying sites: i.e. not global
|
2021-08-19 16:44:06 +02:00
|
|
|
* [SETTING] to add site exceptions: Ctrl+I>Permissions>
|
|
|
|
* [SETTING] to manage site exceptions: Options>Privacy & Security>Permissions>Settings ***/
|
|
|
|
// user_pref("permissions.default.geo", 0);
|
|
|
|
// user_pref("permissions.default.camera", 0);
|
|
|
|
// user_pref("permissions.default.microphone", 0);
|
|
|
|
// user_pref("permissions.default.desktop-notification", 0);
|
|
|
|
// user_pref("permissions.default.xr", 0); // Virtual Reality
|
2021-08-22 07:18:54 +02:00
|
|
|
/* 7003: disable non-modern cipher suites [1]
|
|
|
|
* [WHY] Passive fingerprinting. Minimal/non-existent threat of downgrade attacks
|
|
|
|
* [1] https://browserleaks.com/ssl ***/
|
2022-11-21 01:36:37 +01:00
|
|
|
// user_pref("security.ssl3.ecdhe_ecdsa_aes_128_sha", false); // [DEFAULT: false FF109+]
|
|
|
|
// user_pref("security.ssl3.ecdhe_ecdsa_aes_256_sha", false); // [DEFAULT: false FF109+]
|
2021-08-22 07:18:54 +02:00
|
|
|
// user_pref("security.ssl3.ecdhe_rsa_aes_128_sha", false);
|
|
|
|
// user_pref("security.ssl3.ecdhe_rsa_aes_256_sha", false);
|
|
|
|
// user_pref("security.ssl3.rsa_aes_128_gcm_sha256", false); // no PFS
|
|
|
|
// user_pref("security.ssl3.rsa_aes_256_gcm_sha384", false); // no PFS
|
|
|
|
// user_pref("security.ssl3.rsa_aes_128_sha", false); // no PFS
|
|
|
|
// user_pref("security.ssl3.rsa_aes_256_sha", false); // no PFS
|
2021-08-23 04:55:36 +02:00
|
|
|
/* 7004: control TLS versions
|
2021-12-30 04:15:56 +01:00
|
|
|
* [WHY] Passive fingerprinting and security ***/
|
2021-08-23 04:55:36 +02:00
|
|
|
// user_pref("security.tls.version.min", 3); // [DEFAULT: 3]
|
|
|
|
// user_pref("security.tls.version.max", 4);
|
|
|
|
/* 7005: disable SSL session IDs [FF36+]
|
2021-12-09 15:13:39 +01:00
|
|
|
* [WHY] Passive fingerprinting and perf costs. These are session-only
|
|
|
|
* and isolated with network partitioning (FF85+) and/or containers ***/
|
2022-11-21 01:36:37 +01:00
|
|
|
// user_pref("security.ssl.disable_session_identifiers", true);
|
2021-08-23 04:55:36 +02:00
|
|
|
/* 7006: onions
|
|
|
|
* [WHY] Firefox doesn't support hidden services. Use Tor Browser ***/
|
2021-12-15 01:05:03 +01:00
|
|
|
// user_pref("dom.securecontext.allowlist_onions", true); // [FF97+] 1382359/1744006
|
2021-08-23 04:55:36 +02:00
|
|
|
// user_pref("network.http.referer.hideOnionSource", true); // 1305144
|
2021-08-23 06:54:49 +02:00
|
|
|
/* 7007: referers
|
2021-08-28 07:48:54 +02:00
|
|
|
* [WHY] Only cross-origin referers (1600s) need control ***/
|
2021-08-23 06:54:49 +02:00
|
|
|
// user_pref("network.http.sendRefererHeader", 2);
|
|
|
|
// user_pref("network.http.referer.trimmingPolicy", 0);
|
2021-08-23 08:04:19 +02:00
|
|
|
/* 7008: set the default Referrer Policy [FF59+]
|
|
|
|
* 0=no-referer, 1=same-origin, 2=strict-origin-when-cross-origin, 3=no-referrer-when-downgrade
|
|
|
|
* [WHY] Defaults are fine. They can be overridden by a site-controlled Referrer Policy ***/
|
2021-10-25 19:41:16 +02:00
|
|
|
// user_pref("network.http.referer.defaultPolicy", 2); // [DEFAULT: 2]
|
2021-08-23 08:04:19 +02:00
|
|
|
// user_pref("network.http.referer.defaultPolicy.pbmode", 2); // [DEFAULT: 2]
|
2021-08-23 11:42:21 +02:00
|
|
|
/* 7010: disable HTTP Alternative Services [FF37+]
|
2021-12-09 17:14:36 +01:00
|
|
|
* [WHY] Already isolated with network partitioning (FF85+) ***/
|
2021-08-23 11:42:21 +02:00
|
|
|
// user_pref("network.http.altsvc.enabled", false);
|
cleanup continued, #1239
More minor tweaks to come. This isn't final
- 0102: ambiguous that the clearing was related to PB mode
- 0900s:
- get rid of 0901, it has no pref, stick link in header
- 0905: values on multi-lines use spaces = more readable
- 1000s:
- rename as disk avoidance and remove sub-section headers
- remove the outdated section header
- 4001: it will never be perfected, it's doing it's job
- 5500s: optional hardening
- legit security measures, but commonality in caveats, so I made them a separate section
- this flips graphite, asm.js and wasm from active to inactive: these are overkill: exhibit A: hundreds of millions of Firefox users
- e.g. graphite and wasm are enabled on Tor Browser
- new CVE keyword links
- 7000s: don't bother - two more items added
- 5000s: optional opsec and cleanout 0800s header
- re-number
- 0900s, 1000s, 1400s, 2400s
PS: I need a new parrot: "9000 syntax error: I ran out of parrots"
2021-08-25 00:51:48 +02:00
|
|
|
/* 7011: disable website control over browser right-click context menu
|
|
|
|
* [WHY] Just use Shift-Right-Click ***/
|
|
|
|
// user_pref("dom.event.contextmenu.enabled", false);
|
|
|
|
/* 7012: disable icon fonts (glyphs) and local fallback rendering
|
|
|
|
* [WHY] Breakage, font fallback is equivalency, also RFP
|
|
|
|
* [1] https://bugzilla.mozilla.org/789788
|
|
|
|
* [2] https://gitlab.torproject.org/legacy/trac/-/issues/8455 ***/
|
|
|
|
// user_pref("gfx.downloadable_fonts.enabled", false); // [FF41+]
|
|
|
|
// user_pref("gfx.downloadable_fonts.fallback_delay", -1);
|
2021-08-26 08:50:46 +02:00
|
|
|
/* 7013: disable Clipboard API
|
2021-09-11 07:31:21 +02:00
|
|
|
* [WHY] Fingerprintable. Breakage. Cut/copy/paste require user
|
2021-08-26 08:50:46 +02:00
|
|
|
* interaction, and paste is limited to focused editable fields ***/
|
2021-08-26 08:43:28 +02:00
|
|
|
// user_pref("dom.event.clipboardevents.enabled", false);
|
2021-10-26 12:16:42 +02:00
|
|
|
/* 7014: disable System Add-on updates
|
|
|
|
* [WHY] It can compromise security. System addons ship with prefs, use those ***/
|
|
|
|
// user_pref("extensions.systemAddon.update.enabled", false); // [FF62+]
|
|
|
|
// user_pref("extensions.systemAddon.update.url", ""); // [FF44+]
|
2021-12-09 12:44:51 +01:00
|
|
|
/* 7015: enable the DNT (Do Not Track) HTTP header
|
2021-12-09 15:13:39 +01:00
|
|
|
* [WHY] DNT is enforced with Tracking Protection which is used in ETP Strict (2701) ***/
|
2021-12-09 12:44:51 +01:00
|
|
|
// user_pref("privacy.donottrackheader.enabled", true);
|
2021-12-09 15:13:39 +01:00
|
|
|
/* 7016: customize ETP settings
|
2021-12-12 14:31:01 +01:00
|
|
|
* [WHY] Arkenfox only supports strict (2701) which sets these at runtime ***/
|
2022-08-17 21:24:38 +02:00
|
|
|
// user_pref("network.cookie.cookieBehavior", 5); // [DEFAULT: 5 FF103+]
|
2021-12-12 14:31:01 +01:00
|
|
|
// user_pref("network.http.referer.disallowCrossSiteRelaxingDefault", true);
|
2022-05-09 20:49:38 +02:00
|
|
|
// user_pref("network.http.referer.disallowCrossSiteRelaxingDefault.top_navigation", true); // [FF100+]
|
2021-12-11 12:15:34 +01:00
|
|
|
// user_pref("privacy.partition.network_state.ocsp_cache", true);
|
2022-06-12 15:38:27 +02:00
|
|
|
// user_pref("privacy.query_stripping.enabled", true); // [FF101+] [ETP FF102+]
|
2021-12-09 15:13:39 +01:00
|
|
|
// user_pref("privacy.trackingprotection.enabled", true);
|
|
|
|
// user_pref("privacy.trackingprotection.socialtracking.enabled", true);
|
|
|
|
// user_pref("privacy.trackingprotection.cryptomining.enabled", true); // [DEFAULT: true]
|
|
|
|
// user_pref("privacy.trackingprotection.fingerprinting.enabled", true); // [DEFAULT: true]
|
2022-03-10 01:44:10 +01:00
|
|
|
/* 7017: disable service workers
|
2022-11-21 01:36:37 +01:00
|
|
|
* [WHY] Already isolated with TCP (2701) behind a pref (2710) ***/
|
2021-12-09 17:14:36 +01:00
|
|
|
// user_pref("dom.serviceWorkers.enabled", false);
|
2021-12-15 01:05:03 +01:00
|
|
|
/* 7018: disable Web Notifications
|
|
|
|
* [WHY] Web Notifications are behind a prompt (7002)
|
|
|
|
* [1] https://blog.mozilla.org/en/products/firefox/block-notification-requests/ ***/
|
|
|
|
// user_pref("dom.webnotifications.enabled", false); // [FF22+]
|
|
|
|
// user_pref("dom.webnotifications.serviceworker.enabled", false); // [FF44+]
|
|
|
|
/* 7019: disable Push Notifications [FF44+]
|
|
|
|
* [WHY] Push requires subscription
|
|
|
|
* [NOTE] To remove all subscriptions, reset "dom.push.userAgentID"
|
|
|
|
* [1] https://support.mozilla.org/kb/push-notifications-firefox ***/
|
|
|
|
// user_pref("dom.push.enabled", false);
|
2021-08-19 16:44:06 +02:00
|
|
|
|
2021-12-09 15:18:25 +01:00
|
|
|
/*** [SECTION 8000]: DON'T BOTHER: FINGERPRINTING
|
2021-08-20 04:13:53 +02:00
|
|
|
[WHY] They are insufficient to help anti-fingerprinting and do more harm than good
|
|
|
|
[WARNING] DO NOT USE with RFP. RFP already covers these and they can interfere
|
2021-08-19 03:46:47 +02:00
|
|
|
***/
|
|
|
|
user_pref("_user.js.parrot", "8000 syntax error: the parrot's crossed the Jordan");
|
2022-11-06 14:28:40 +01:00
|
|
|
/* 8001: prefsCleaner: reset items useless for anti-fingerprinting ***/
|
|
|
|
// user_pref("browser.display.use_document_fonts", "");
|
|
|
|
// user_pref("browser.zoom.siteSpecific", "");
|
|
|
|
// user_pref("device.sensors.enabled", "");
|
|
|
|
// user_pref("dom.enable_performance", "");
|
|
|
|
// user_pref("dom.enable_resource_timing", "");
|
|
|
|
// user_pref("dom.gamepad.enabled", "");
|
|
|
|
// user_pref("dom.maxHardwareConcurrency", "");
|
|
|
|
// user_pref("dom.w3c_touch_events.enabled", "");
|
|
|
|
// user_pref("dom.webaudio.enabled", "");
|
|
|
|
// user_pref("font.system.whitelist", "");
|
|
|
|
// user_pref("general.appname.override", "");
|
|
|
|
// user_pref("general.appversion.override", "");
|
|
|
|
// user_pref("general.buildID.override", "");
|
|
|
|
// user_pref("general.oscpu.override", "");
|
|
|
|
// user_pref("general.platform.override", "");
|
|
|
|
// user_pref("general.useragent.override", "");
|
|
|
|
// user_pref("media.navigator.enabled", "");
|
|
|
|
// user_pref("media.ondevicechange.enabled", "");
|
|
|
|
// user_pref("media.video_stats.enabled", "");
|
|
|
|
// user_pref("media.webspeech.synth.enabled", "");
|
|
|
|
// user_pref("ui.use_standins_for_native_colors", "");
|
|
|
|
// user_pref("webgl.enable-debug-renderer-info", "");
|
2021-08-19 03:46:47 +02:00
|
|
|
|
2022-11-06 14:28:40 +01:00
|
|
|
/*** [SECTION 9000]: NON-PROJECT RELATED ***/
|
2021-08-28 07:19:13 +02:00
|
|
|
user_pref("_user.js.parrot", "9000 syntax error: the parrot's cashed in 'is chips!");
|
2022-11-06 14:28:40 +01:00
|
|
|
/* 9001: disable welcome notices ***/
|
|
|
|
user_pref("browser.startup.homepage_override.mstone", "ignore");
|
|
|
|
/* 9002: disable General>Browsing>Recommend extensions/features as you browse [FF67+] ***/
|
|
|
|
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", false);
|
|
|
|
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false);
|
|
|
|
/* 9003: disable What's New toolbar icon [FF69+] ***/
|
|
|
|
user_pref("browser.messaging-system.whatsNewPanel.enabled", false);
|
2021-08-23 05:39:15 +02:00
|
|
|
|
2018-12-04 08:03:19 +01:00
|
|
|
/*** [SECTION 9999]: DEPRECATED / REMOVED / LEGACY / RENAMED
|
2021-11-24 02:09:10 +01:00
|
|
|
Documentation denoted as [-]. Items deprecated prior to FF91 have been archived at [1]
|
2021-08-10 02:18:19 +02:00
|
|
|
[1] https://github.com/arkenfox/user.js/issues/123
|
2017-06-17 09:13:14 +02:00
|
|
|
***/
|
2021-09-25 04:32:48 +02:00
|
|
|
user_pref("_user.js.parrot", "9999 syntax error: the parrot's shuffled off 'is mortal coil!");
|
2022-08-17 21:24:38 +02:00
|
|
|
/* ESR102.x still uses all the following prefs
|
|
|
|
// [NOTE] replace the * with a slash in the line above to re-enable them
|
|
|
|
// FF103
|
|
|
|
// 2801: delete cookies and site data on exit - replaced by sanitizeOnShutdown* (2810)
|
|
|
|
// 0=keep until they expire (default), 2=keep until you close Firefox
|
|
|
|
// [SETTING] Privacy & Security>Cookies and Site Data>Delete cookies and site data when Firefox is closed
|
2022-08-28 02:31:59 +02:00
|
|
|
// [-] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1681493,1681495,1681498,1759665,1764761
|
2022-08-17 21:24:38 +02:00
|
|
|
user_pref("network.cookie.lifetimePolicy", 2);
|
|
|
|
// 6012: disable SHA-1 certificates
|
|
|
|
// [-] https://bugzilla.mozilla.org/1766687
|
2022-11-06 14:28:40 +01:00
|
|
|
// user_pref("security.pki.sha1_enforcement_level", 1); // [DEFAULT: 1]
|
2022-08-17 21:24:38 +02:00
|
|
|
// ***/
|
|
|
|
|
2017-09-15 19:43:45 +02:00
|
|
|
/* END: internal custom pref to test for syntax errors ***/
|
2017-09-16 00:28:22 +02:00
|
|
|
user_pref("_user.js.parrot", "SUCCESS: No no he's not dead, he's, he's restin'!");
|