diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-04-09 10:19:13 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-04-09 10:19:13 -0400 |
commit | c1852a54a598950f01c877875af39e4c31c55455 (patch) | |
tree | 00ab00bdfc6c4626e9c273e54d9f2c66f26ef818 /application/palemoon/confvars.sh | |
parent | 0213b9481f905f734cd7d8935b993aeefce3e411 (diff) | |
download | UXP-c1852a54a598950f01c877875af39e4c31c55455.tar UXP-c1852a54a598950f01c877875af39e4c31c55455.tar.gz UXP-c1852a54a598950f01c877875af39e4c31c55455.tar.lz UXP-c1852a54a598950f01c877875af39e4c31c55455.tar.xz UXP-c1852a54a598950f01c877875af39e4c31c55455.zip |
[PALEMOON] Enable Devtools by default
Diffstat (limited to 'application/palemoon/confvars.sh')
-rw-r--r-- | application/palemoon/confvars.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/confvars.sh b/application/palemoon/confvars.sh index 560eb1cec..8a1d00c68 100644 --- a/application/palemoon/confvars.sh +++ b/application/palemoon/confvars.sh @@ -59,7 +59,7 @@ ACCEPTED_MAR_CHANNEL_IDS=palemoon-release # Platform Feature: Developer Tools # XXX: Devtools are disabled until they can be made to work with Pale Moon -MOZ_DEVTOOLS= +MOZ_DEVTOOLS=1 # Platform Feature: "Phoenix" Extensions Support aka Dual-guid system. # Allows installation of Firefox GUID targeted extensions despite having |