Bug 1040128 - default value for devtools.webide.templatesURL is moderately wrong. r=paul

This commit is contained in:
sole 2014-07-18 16:24:52 +02:00
parent b87796edbb
commit 359ded4ac5

View File

@ -4,7 +4,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
pref("devtools.webide.showProjectEditor", true);
pref("devtools.webide.templatesURL", "http://code.cdn.mozilla.net/templates/list.json");
pref("devtools.webide.templatesURL", "https://code.cdn.mozilla.net/templates/list.json");
pref("devtools.webide.autoinstallADBHelper", true);
pref("devtools.webide.lastprojectlocation", "");
pref("devtools.webide.restoreLastProject", true);