зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1182352 Firefox preference removal - Remove custom cert check code from app update. r=mhowell
This commit is contained in:
Родитель
9fc2f04c5b
Коммит
9b20aeb8dd
|
@ -104,13 +104,11 @@ pref("app.update.log", false);
|
||||||
// the failure.
|
// the failure.
|
||||||
pref("app.update.backgroundMaxErrors", 10);
|
pref("app.update.backgroundMaxErrors", 10);
|
||||||
|
|
||||||
// The aus update xml certificate checks for application update are disabled on
|
// When |app.update.cert.requireBuiltIn| is true or not specified the
|
||||||
// Windows, Mac OS X, and Linux since the mar signature check are implemented on
|
// final certificate and all certificates the connection is redirected to before
|
||||||
// these platforms and is sufficient to prevent us from applying a mar that is
|
// the final certificate for the url specified in the |app.update.url|
|
||||||
// not valid. Bug 1182352 will remove the update xml certificate checks and the
|
// preference must be built-in.
|
||||||
// following two preferences.
|
|
||||||
pref("app.update.cert.requireBuiltIn", false);
|
pref("app.update.cert.requireBuiltIn", false);
|
||||||
pref("app.update.cert.checkAttributes", false);
|
|
||||||
|
|
||||||
// Whether or not app updates are enabled
|
// Whether or not app updates are enabled
|
||||||
pref("app.update.enabled", true);
|
pref("app.update.enabled", true);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче