forked from d3cim/mobile_user.js
Upload files to "/"
This commit is contained in:
parent
9f3e4f5c3d
commit
a5b198b6e8
|
@ -56,14 +56,23 @@ As for the first one, make sure you enable "Use legacy listing for root" in Sett
|
||||||
## Installing Iceraven addons in Fennec/Mull/Firefox Nightly
|
## Installing Iceraven addons in Fennec/Mull/Firefox Nightly
|
||||||
|
|
||||||
First of all, take into account automatic addons updates are blocked in order to avoid all the Mozilla connections.
|
First of all, take into account automatic addons updates are blocked in order to avoid all the Mozilla connections.
|
||||||
|
|
||||||
Go to Settings, about Fennec/Mull/Firefox Nightly, tap 5 times over its logo, Debug mode will enable.
|
Go to Settings, about Fennec/Mull/Firefox Nightly, tap 5 times over its logo, Debug mode will enable.
|
||||||
|
|
||||||
Back to Settings, Install add-on from file and select your .xpi files.
|
Back to Settings, Install add-on from file and select your .xpi files.
|
||||||
|
|
||||||
Anyway, if you wish automatic updates, edit these files adding // this way -> user_pref -> // user_pref
|
Anyway, if you wish automatic updates, edit these files adding // this way -> user_pref -> // user_pref
|
||||||
|
|
||||||
user_pref("extensions.update.enabled", false);
|
user_pref("extensions.update.enabled", false);
|
||||||
|
|
||||||
user_pref("extensions.update.url", "");
|
user_pref("extensions.update.url", "");
|
||||||
|
|
||||||
user_pref("extensions.autoupdate.enabled", false);
|
user_pref("extensions.autoupdate.enabled", false);
|
||||||
|
|
||||||
user_pref("extensions.update.background.url", "");
|
user_pref("extensions.update.background.url", "");
|
||||||
|
|
||||||
|
user_pref("extensions.update.autoUpdateDefault", false);
|
||||||
|
|
||||||
|
|
||||||
## Considerations
|
## Considerations
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue