summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-02-16 12:52:12 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-02-16 12:52:12 +0100
commit529067c0a2073e26a54441f9994ec814fac76938 (patch)
tree778c68e1fbf0c99e80e5e2bd9ec8da27cc997e25
parent54f9a14d030793d9380e0af6d8a77e17e1e1e8f5 (diff)
downloadUXP-529067c0a2073e26a54441f9994ec814fac76938.tar
UXP-529067c0a2073e26a54441f9994ec814fac76938.tar.gz
UXP-529067c0a2073e26a54441f9994ec814fac76938.tar.lz
UXP-529067c0a2073e26a54441f9994ec814fac76938.tar.xz
UXP-529067c0a2073e26a54441f9994ec814fac76938.zip
[Basilisk] Add get more devtools URL pref.
-rw-r--r--application/basilisk/app/profile/basilisk.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/application/basilisk/app/profile/basilisk.js b/application/basilisk/app/profile/basilisk.js
index 5e3d069e4..bcd0d4bcd 100644
--- a/application/basilisk/app/profile/basilisk.js
+++ b/application/basilisk/app/profile/basilisk.js
@@ -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);