mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-03 23:43:40 +02:00
tweaks and fixes
This commit is contained in:
parent
a3371f529d
commit
5f821e21c1
1 changed files with 5 additions and 5 deletions
10
user.js
10
user.js
|
@ -128,7 +128,8 @@ user_pref("app.update.auto", false);
|
||||||
/* 0302b: disable auto update installing for extensions (after the check in 0301b)
|
/* 0302b: disable auto update installing for extensions (after the check in 0301b)
|
||||||
* [SETTING] about:addons>Extensions>[cog-wheel-icon]>Update Add-ons Automatically (toggle) ***/
|
* [SETTING] about:addons>Extensions>[cog-wheel-icon]>Update Add-ons Automatically (toggle) ***/
|
||||||
user_pref("extensions.update.autoUpdateDefault", false);
|
user_pref("extensions.update.autoUpdateDefault", false);
|
||||||
/* 0303: disable background update service [WINDOWS] ***/
|
/* 0303: disable background update service [WINDOWS]
|
||||||
|
* [SETTING] General>Firefox Updates>Use a background service to install updates ***/
|
||||||
user_pref("app.update.service.enabled", false);
|
user_pref("app.update.service.enabled", false);
|
||||||
/* 0304: disable background update staging ***/
|
/* 0304: disable background update staging ***/
|
||||||
user_pref("app.update.staging.enabled", false);
|
user_pref("app.update.staging.enabled", false);
|
||||||
|
@ -179,8 +180,7 @@ user_pref("datareporting.healthreport.uploadEnabled", false);
|
||||||
user_pref("datareporting.policy.dataSubmissionEnabled", false);
|
user_pref("datareporting.policy.dataSubmissionEnabled", false);
|
||||||
/* 0350: disable crash reports ***/
|
/* 0350: disable crash reports ***/
|
||||||
user_pref("breakpad.reportURL", "");
|
user_pref("breakpad.reportURL", "");
|
||||||
/* 0351: disable sending of crash reports (FF44+)
|
/* 0351: disable sending of crash reports (FF44+) ***/
|
||||||
* [SETTING] Privacy & Security>Firefox Data Collection & Use>Allow Firefox to send backlogged crash reports ***/
|
|
||||||
user_pref("browser.tabs.crashReporting.sendReport", false);
|
user_pref("browser.tabs.crashReporting.sendReport", false);
|
||||||
user_pref("browser.crashReports.unsubmittedCheck.enabled", false); // (FF51+)
|
user_pref("browser.crashReports.unsubmittedCheck.enabled", false); // (FF51+)
|
||||||
user_pref("browser.crashReports.unsubmittedCheck.autoSubmit", false); // (FF51-57)
|
user_pref("browser.crashReports.unsubmittedCheck.autoSubmit", false); // (FF51-57)
|
||||||
|
@ -849,7 +849,7 @@ user_pref("_user.js.parrot", "1400 syntax error: the parrot's bereft of life!");
|
||||||
/* 1401: disable websites choosing fonts (0=block, 1=allow)
|
/* 1401: disable websites choosing fonts (0=block, 1=allow)
|
||||||
* If you disallow fonts, this drastically limits/reduces font
|
* If you disallow fonts, this drastically limits/reduces font
|
||||||
* enumeration (by JS) which is a high entropy fingerprinting vector.
|
* enumeration (by JS) which is a high entropy fingerprinting vector.
|
||||||
* [SETTING] General>Language and Appearance>Font & Color>Advanced>Allow pages to choose...
|
* [SETTING] General>Language and Appearance>Fonts & Colors>Advanced>Allow pages to choose...
|
||||||
* [SETUP] Disabling fonts can uglify the web a fair bit. ***/
|
* [SETUP] Disabling fonts can uglify the web a fair bit. ***/
|
||||||
user_pref("browser.display.use_document_fonts", 0);
|
user_pref("browser.display.use_document_fonts", 0);
|
||||||
/* 1402: set more legible default fonts [SETUP]
|
/* 1402: set more legible default fonts [SETUP]
|
||||||
|
@ -1370,7 +1370,7 @@ user_pref("_user.js.parrot", "2700 syntax error: the parrot's joined the bleedin
|
||||||
* 0=Accept cookies and site data, 1=Block third-party cookies, 2=Block all cookies,
|
* 0=Accept cookies and site data, 1=Block third-party cookies, 2=Block all cookies,
|
||||||
* 3=Block cookies from unvisited sites, 4=Block third-party trackers (FF63+)
|
* 3=Block cookies from unvisited sites, 4=Block third-party trackers (FF63+)
|
||||||
* [NOTE] value 4 is tied to the Tracking Protection lists so make sure you have 0424 + 0425 on default values!
|
* [NOTE] value 4 is tied to the Tracking Protection lists so make sure you have 0424 + 0425 on default values!
|
||||||
* [SETTING] Privacy & Security>Privacy & Security>Cookies and Site Data>Type blocked
|
* [SETTING] Privacy & Security>Cookies and Site Data>Type blocked
|
||||||
* [NOTE] Blocking 3rd party controls 3rd party access to localStorage, IndexedDB, Cache API and Service Worker Cache.
|
* [NOTE] Blocking 3rd party controls 3rd party access to localStorage, IndexedDB, Cache API and Service Worker Cache.
|
||||||
* Blocking 1st party controls access to localStorage and IndexedDB (note: Service Workers can still use IndexedDB).
|
* Blocking 1st party controls access to localStorage and IndexedDB (note: Service Workers can still use IndexedDB).
|
||||||
* [1] https://www.fxsitecompat.com/en-CA/docs/2015/web-storage-indexeddb-cache-api-now-obey-third-party-cookies-preference/ ***/
|
* [1] https://www.fxsitecompat.com/en-CA/docs/2015/web-storage-indexeddb-cache-api-now-obey-third-party-cookies-preference/ ***/
|
||||||
|
|
Loading…
Add table
Reference in a new issue