mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
[Basilisk] Add get more devtools URL pref.
This commit is contained in:
parent
c9b76fb369
commit
7a5399265f
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue