move 0000 to personal #567
it has zero to do with privacy etc, and in fact most users will only ever encounter it once (and check the box) when they first go to about:config, so it's not even useful as an override or a new profile IMO. This removes one of three numbers that don't have a section
This commit is contained in:
parent
67998eb4af
commit
c4ec4dbc77
4
user.js
4
user.js
@ -80,9 +80,6 @@
|
|||||||
* [1] https://blog.mozilla.org/nnethercote/2018/03/09/a-new-preferences-parser-for-firefox/ ***/
|
* [1] https://blog.mozilla.org/nnethercote/2018/03/09/a-new-preferences-parser-for-firefox/ ***/
|
||||||
user_pref("_user.js.parrot", "START: Oh yes, the Norwegian Blue... what's wrong with it?");
|
user_pref("_user.js.parrot", "START: Oh yes, the Norwegian Blue... what's wrong with it?");
|
||||||
|
|
||||||
/* 0000: disable about:config warning ***/
|
|
||||||
user_pref("general.warnOnAboutConfig", false);
|
|
||||||
|
|
||||||
/* 0001: start Firefox in PB (Private Browsing) mode
|
/* 0001: start Firefox in PB (Private Browsing) mode
|
||||||
* [SETTING] Privacy & Security>History>Custom Settings>Always use private browsing mode
|
* [SETTING] Privacy & Security>History>Custom Settings>Always use private browsing mode
|
||||||
* [NOTE] In this mode *all* windows are "private windows" and the PB mode icon is not displayed
|
* [NOTE] In this mode *all* windows are "private windows" and the PB mode icon is not displayed
|
||||||
@ -1741,6 +1738,7 @@ user_pref("_user.js.parrot", "5000 syntax error: this is an ex-parrot!");
|
|||||||
// user_pref("browser.tabs.warnOnOpen", false);
|
// user_pref("browser.tabs.warnOnOpen", false);
|
||||||
// user_pref("full-screen-api.warning.delay", 0);
|
// user_pref("full-screen-api.warning.delay", 0);
|
||||||
// user_pref("full-screen-api.warning.timeout", 0);
|
// user_pref("full-screen-api.warning.timeout", 0);
|
||||||
|
// user_pref("general.warnOnAboutConfig", false);
|
||||||
/* APPEARANCE ***/
|
/* APPEARANCE ***/
|
||||||
// user_pref("browser.download.autohideButton", false); // (FF57+)
|
// user_pref("browser.download.autohideButton", false); // (FF57+)
|
||||||
// user_pref("toolkit.cosmeticAnimations.enabled", false); // (FF55+)
|
// user_pref("toolkit.cosmeticAnimations.enabled", false); // (FF55+)
|
||||||
|
Loading…
Reference in New Issue
Block a user