This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch upstream/28.5.0 in repository pale-moon. commit 529067c0a2073e26a54441f9994ec814fac76938 Author: wolfbeast <mcwerewolf@wolfbeast.com> Date: Sat Feb 16 12:52:12 2019 +0100 [Basilisk] Add get more devtools URL pref. --- application/basilisk/app/profile/basilisk.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/basilisk/app/profile/basilisk.js b/application/basilisk/app/profile/basilisk.js index 5e3d069..bcd0d4b 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); -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git