[Basilisk] Add get more devtools URL pref.

This commit is contained in:
wolfbeast 2019-02-16 12:52:12 +01:00 committed by Roy Tam
commit 7a5399265f

View file

@ -78,6 +78,9 @@ pref("xpinstall.signatures.devInfoURL", "https://wiki.mozilla.org/Addons/Extensi
// Dictionary download preference
pref("browser.dictionaries.download.url", "http://@AM_DOMAIN@/dictionaries/");
// Get More Tools link URL
pref("browser.getdevtools.url","https://@AM_DOMAIN@/?component=integration&type=external&request=devtools");
// At startup, should we check to see if the installation
// date is older than some threshold
pref("app.update.checkInstallTime", true);