Bug 1209091 - Disable add-on signature workaround. r=fabrice

--HG--
extra : rebase_source : fcce79c08380fe8807273bda52839a3928b7548b
This commit is contained in:
Christiane Ruetten 2015-09-28 17:22:04 +02:00
Родитель b1e45adbad
Коммит 4ca99aaf68
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -151,9 +151,6 @@ this.UserCustomizations = {
}, },
init: function() { init: function() {
// XXX : For testing purposes. Will not commit.
AppsUtils.allowUnsignedAddons = true;
this._enabled = false; this._enabled = false;
try { try {
this._enabled = Services.prefs.getBoolPref("dom.apps.customization.enabled"); this._enabled = Services.prefs.getBoolPref("dom.apps.customization.enabled");