the huge 117+ fixes update
This commit is contained in:
parent
baf06e964f
commit
ccae90fb3e
110 changed files with 7809 additions and 2864 deletions
9
ffroot/defaults/pref/channel-prefs.js
Normal file
9
ffroot/defaults/pref/channel-prefs.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
//
|
||||
// This pref is in its own file for complex reasons. See the comment in
|
||||
// browser/app/Makefile.in, bug 756325, and bug 1431342 for details. Do not add
|
||||
// other prefs to this file.
|
||||
|
||||
pref("app.update.channel", "aurora");
|
3
ffroot/defaults/pref/config-prefs.js
Normal file
3
ffroot/defaults/pref/config-prefs.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
pref("general.config.obscure_value", 0);
|
||||
pref("general.config.filename", "config.js");
|
||||
pref("general.config.sandbox_enabled", false);
|
Loading…
Add table
Add a link
Reference in a new issue