mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Disable application update to prevent Mozilla interference while working on the tree.
This commit is contained in:
parent
d8a1ba9bac
commit
f92e7c75c6
1 changed files with 2 additions and 0 deletions
|
|
@ -32,3 +32,5 @@ pref("app.update.badgeWaitTime", 0);
|
|||
// Number of usages of the web console or scratchpad.
|
||||
// If this is less than 5, then pasting code into the web console or scratchpad is disabled
|
||||
pref("devtools.selfxss.count", 0);
|
||||
|
||||
pref("app.update.enabled", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue