mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1040128 - default value for devtools.webide.templatesURL is moderately wrong. r=paul
This commit is contained in:
parent
b87796edbb
commit
359ded4ac5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user